mirror of
https://gitee.com/doramart/DoraCMS.git
synced 2024-12-01 19:57:39 +08:00
12 lines
213 B
Plaintext
12 lines
213 B
Plaintext
{
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"proseWrap": "preserve",
|
|
"tabWidth": 2,
|
|
"trailingComma:": "none",
|
|
"bracketSpacing": true,
|
|
"brace-style": [1, "1tbs"],
|
|
"spaced-comment": 0,
|
|
"eslintIntegration": true
|
|
}
|