mirror of
https://gitee.com/ShopeX/ECShopX_admin-frontend
synced 2026-08-09 05:55:58 +08:00
12 lines
212 B
Plaintext
Executable File
12 lines
212 B
Plaintext
Executable File
{
|
|
"trailingComma": "none",
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"jsxSingleQuote": true,
|
|
"arrowParens": "always",
|
|
"printWidth": 100,
|
|
"tabWidth": 2,
|
|
"quoteProps": "preserve",
|
|
"endOfLine": "auto"
|
|
}
|