1-start/.prettierrc

12 lines
174 B
Plaintext
Raw Normal View History

2023-10-01 00:14:36 +08:00
{
"singleQuote": true,
"trailingComma": "all",
"printWidth": 80,
"overrides": [
{
"files": ".prettierrc",
"options": { "parser": "json" }
}
]
}