nocobase/.prettierrc

12 lines
175 B
Plaintext
Raw Normal View History

2021-10-13 16:08:16 +00:00
{
"singleQuote": true,
"trailingComma": "all",
"printWidth": 120,
2021-10-13 16:08:16 +00:00
"overrides": [
{
"files": ".prettierrc",
"options": { "parser": "json" }
}
]
}