beehiveweb-enterprice/.prettierrc
2024-05-29 11:52:44 +08:00

10 lines
175 B
Plaintext

{
"semi": false,
"singleQuote": true,
"printWidth": 200,
"arrowParens": "avoid",
"eslintIntegration":true,
"tabWidth": 4,
"trailingComma": "all"
}