dashboard/.prettierrc

9 lines
146 B
Plaintext

{
"semi": true,
"tabWidth": 4,
"arrowParens": "always",
"endOfLine": "lf",
"singleQuote": false,
"bracketSpacing": true
}