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