Sword/.prettierrc

12 lines
175 B
Plaintext
Raw Normal View History

2019-02-13 17:16:39 +08:00
{
"singleQuote": true,
"trailingComma": "es5",
"printWidth": 100,
"overrides": [
{
"files": ".prettierrc",
"options": { "parser": "json" }
}
]
}