Files
ECShopX_mobile-frontend/.prettierrc
shopex-ci cc25621f2c update
2022-03-07 14:04:20 +08:00

12 lines
212 B
Plaintext

{
"trailingComma": "none",
"semi": false,
"singleQuote": true,
"jsxSingleQuote": true,
"arrowParens": "always",
"printWidth": 100,
"tabWidth": 2,
"quoteProps": "preserve",
"endOfLine": "auto"
}