Update .prettierrc.json

This commit is contained in:
Chais Fitzwater 2024-12-31 00:22:47 -06:00 committed by GitHub
parent 07338ff206
commit 60ed35ff66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,12 +1,12 @@
{ {
"printWidth": 80, "printWidth": 80,
"tabWidth": 2, "tabWidth": 2,
"useTabs": false, "useTabs": true,
"semi": false, "semi": true,
"singleQuote": true, "singleQuote": true,
"quoteProps": "as-needed", "quoteProps": "as-needed",
"jsxSingleQuote": false, "jsxSingleQuote": true,
"trailingComma": "none", "trailingComma": "as needed",
"bracketSpacing": true, "bracketSpacing": true,
"bracketSameLine": true, "bracketSameLine": true,
"arrowParens": "avoid", "arrowParens": "avoid",