aerwen_u_back/.prettierrc.json
2024-05-02 21:51:32 +08:00

10 lines
203 B
JSON

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