ludu-cloud/admin-web/.prettierrc

12 lines
175 B
Plaintext
Raw Normal View History

2019-02-27 11:06:55 +08:00
{
"singleQuote": true,
"trailingComma": "es5",
"printWidth": 100,
"overrides": [
{
"files": ".prettierrc",
"options": { "parser": "json" }
}
]
}