Files
template-visual/.prettierrc
Qingtian239113 6afcaa96fe Initial commit
2022-03-28 17:29:25 +08:00

12 lines
174 B
Plaintext

{
"singleQuote": true,
"trailingComma": "all",
"printWidth": 80,
"overrides": [
{
"files": ".prettierrc",
"options": { "parser": "json" }
}
]
}