2
0
mirror of https://github.com/status-im/status-web.git synced 2025-03-01 20:50:57 +00:00
Pavel 4fb78c3f96
Improve Prettier monorepo configuration ()
* Add prettier configuration files

* Move prettier command to monorepo root

* Format all files
2022-02-23 15:49:00 +01:00

6 lines
69 B
Plaintext

{
"semi": false,
"singleQuote": true,
"arrowParens": "avoid"
}