adminFront/.prettierrc
2024-05-10 12:12:57 +03:00

13 lines
219 B
Plaintext

{
"semi": true,
"trailingComma": "es5",
"singleQuote": false,
"printWidth": 120,
"tabWidth": 2,
"useTabs": true,
"endOfLine": "auto",
"bracketSpacing": true,
"arrowParens": "always",
"jsxSingleQuote": false
}