sl-express/project-slwl-admin-vue/.prettierrc

10 lines
172 B
Plaintext
Raw Normal View History

2023-09-04 16:40:17 +08:00
{
"spaceBeforeFunctionParen": true,
"tabWidth": 2,
"useTabs": false,
"trailingComma": "none",
"eslintIntegration": true,
"singleQuote": true,
"semi": false
}