h5-Dooring/packages/editor/.prettierrc
2021-09-30 16:58:13 +08:00

12 lines
175 B
Plaintext

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