dashboard/.prettierrc

17 lines
316 B
Plaintext
Raw Permalink Normal View History

2018-11-30 13:26:03 +00:00
{
2018-12-04 17:38:16 +00:00
"printWidth": 120,
2018-11-30 13:26:03 +00:00
"singleQuote": true,
"tabWidth": 4,
"endOfLine": "auto",
2018-12-13 13:22:47 +00:00
"overrides": [
{
"files": "*.svg",
"options": { "parser": "html" }
2020-03-18 14:38:47 +00:00
},
{
2022-01-20 14:44:44 +00:00
"files": ".prettierrc",
2020-03-18 14:38:47 +00:00
"options": { "parser": "json" }
2018-12-13 13:22:47 +00:00
}
]
2018-11-30 13:26:03 +00:00
}