houde_web_back/.prettierrc.json
2023-04-16 23:06:22 +08:00

10 lines
203 B
JSON

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