Files
FemScoreboard/.prettierrc.json
2026-02-27 02:48:25 -08:00

9 lines
145 B
JSON

{
"semi": true,
"singleQuote": true,
"tabWidth": 4,
"trailingComma": "es5",
"printWidth": 100,
"arrowParens": "always"
}