mirror of
https://gitee.com/ShopeX/ECShopX_Store-Operations-tools-frontend
synced 2026-08-05 04:25:50 +08:00
10 lines
172 B
Plaintext
10 lines
172 B
Plaintext
{
|
|
"trailingComma": "none",
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"jsxSingleQuote": true,
|
|
"arrowParens": "always",
|
|
"printWidth": 100,
|
|
"quoteProps": "preserve"
|
|
}
|