mirror of
https://github.com/chillzhuang/Sword
synced 2024-11-05 18:19:23 +08:00
12 lines
175 B
Plaintext
12 lines
175 B
Plaintext
|
{
|
||
|
"singleQuote": true,
|
||
|
"trailingComma": "es5",
|
||
|
"printWidth": 100,
|
||
|
"overrides": [
|
||
|
{
|
||
|
"files": ".prettierrc",
|
||
|
"options": { "parser": "json" }
|
||
|
}
|
||
|
]
|
||
|
}
|