mirror of
https://github.com/status-im/status-web.git
synced 2025-01-10 12:46:14 +00:00
2a2c356807
* 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"
|
|
}
|