h5-Dooring/.prettierrc
2020-08-22 12:31:18 +08:00

12 lines
175 B
Plaintext

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