drag-create-back/.prettierrc.json
2023-06-25 08:50:40 +08:00

10 lines
203 B
JSON

{
"semi": true,
"eslintIntegration": true,
"singleQuote": true,
"endOfLine": "lf",
"tabWidth": 2,
"trailingComma": "none",
"bracketSpacing": true,
"arrowParens": "avoid"
}