29921/frontend/.prettierrc
2025-03-15 19:50:20 +00:00

11 lines
205 B
Plaintext

{
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
"quoteProps": "as-needed",
"jsxSingleQuote": true,
"bracketSpacing": true,
"bracketSameLine": false,
"arrowParens": "always"
}