dashboard/.prettierrc
2022-01-20 17:44:44 +03:00

17 lines
316 B
Plaintext

{
"printWidth": 120,
"singleQuote": true,
"tabWidth": 4,
"endOfLine": "auto",
"overrides": [
{
"files": "*.svg",
"options": { "parser": "html" }
},
{
"files": ".prettierrc",
"options": { "parser": "json" }
}
]
}