mirror of
https://github.com/status-im/status-web-archive.git
synced 2025-02-09 14:23:27 +00:00
* Add prettier configuration files * Move prettier command to monorepo root * Format all files
6 lines
69 B
Plaintext
6 lines
69 B
Plaintext
{
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"arrowParens": "avoid"
|
|
}
|