mirror of
https://gitee.com/zhijiantianya/yudao-cloud.git
synced 2026-05-14 11:17:48 +00:00
12 lines
175 B
Plaintext
12 lines
175 B
Plaintext
{
|
|
"singleQuote": true,
|
|
"trailingComma": "es5",
|
|
"printWidth": 100,
|
|
"overrides": [
|
|
{
|
|
"files": ".prettierrc",
|
|
"options": { "parser": "json" }
|
|
}
|
|
]
|
|
}
|