adminFront/.prettierrc

13 lines
219 B
Plaintext
Raw Normal View History

2024-05-10 09:12:57 +00:00
{
"semi": true,
"trailingComma": "es5",
"singleQuote": false,
"printWidth": 120,
"tabWidth": 2,
"useTabs": true,
"endOfLine": "auto",
"bracketSpacing": true,
"arrowParens": "always",
"jsxSingleQuote": false
}