29768/backend/.prettierrc
2025-03-10 13:57:52 +00:00

12 lines
225 B
Plaintext

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