mirror of
https://github.com/status-im/status-web.git
synced 2025-01-09 12:15:55 +00:00
4fb78c3f96
* 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"
|
|
}
|