uni-shop-vue3/.prettierrc.json

13 lines
231 B
JSON

{
"singleQuote": true,
"semi": false,
"printWidth": 100,
"trailingComma": "es5",
"endOfLine": "auto",
"tabWidth": 2,
"useTabs": false,
"quoteProps": "as-needed",
"arrowParens": "avoid",
"bracketSpacing": true
}