beehiveweb-enterprice/.prettierrc

10 lines
175 B
Plaintext
Raw Permalink Normal View History

2024-05-29 11:52:44 +08:00
{
"semi": false,
"singleQuote": true,
"printWidth": 200,
"arrowParens": "avoid",
"eslintIntegration":true,
"tabWidth": 4,
"trailingComma": "all"
}