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,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"useTabs": true,
"semi": true,
"singleQuote": true,
"quoteProps": "as-needed",
"jsxSingleQuote": false,
"trailingComma": "none",
"jsxSingleQuote": true,
"trailingComma": "as needed",
"bracketSpacing": true,
"bracketSameLine": true,
"arrowParens": "avoid",