org-chart-frant/.prettierrc

12 lines
174 B
Plaintext
Raw Normal View History

2022-07-12 17:10:03 +08:00
{
"singleQuote": true,
"trailingComma": "all",
"printWidth": 80,
"overrides": [
{
"files": ".prettierrc",
"options": { "parser": "json" }
}
]
}