mirror of
https://github.com/Unleash/unleash.git
synced 2024-11-01 19:07:38 +01:00
016633dae9
* refactor: fix deprecated prettier config name * refactor: add fmt scripts * refactor: check fmt during CI * refactor: format files
8 lines
136 B
Plaintext
8 lines
136 B
Plaintext
{
|
|
"singleQuote": true,
|
|
"bracketSpacing": true,
|
|
"bracketSameLine": false,
|
|
"arrowParens": "avoid",
|
|
"printWidth": 80
|
|
}
|