34393/frontend/.prettierrc
2025-09-25 18:37:39 +00:00

11 lines
205 B
Plaintext

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