status-web/.prettierrc
Pavel 4fb78c3f96
Improve Prettier monorepo configuration (#225)
* 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"
}