1
0
mirror of https://github.com/chillzhuang/Sword synced 2024-07-02 11:42:36 +08:00
Sword/.prettierrc
2019-02-13 17:16:39 +08:00

12 lines
175 B
Plaintext

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