39355-vm/frontend/.prettierrc
2026-03-28 00:06:46 +00:00

11 lines
205 B
Plaintext

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