scoresaber-reloadedv3/.prettierrc.json
Liam f38925c113
Some checks failed
Deploy / deploy (push) Failing after 2m17s
use the new prettier config and add a network offline loader
2024-09-30 22:16:55 +01:00

13 lines
237 B
JSON

{
"semi": true,
"tabWidth": 2,
"useTabs": false,
"singleQuote": false,
"trailingComma": "es5",
"printWidth": 120,
"bracketSpacing": true,
"arrowParens": "avoid",
"jsxSingleQuote": false,
"jsxBracketSameLine": false
}