status-frontend/.prettierrc

8 lines
110 B
Plaintext
Raw Permalink Normal View History

2022-09-30 11:00:55 +02:00
{
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"tabWidth": 2,
"endOfLine": "auto"
}