website/.prettierrc.json
2025-03-14 23:27:04 -04:00

8 lines
126 B
JSON

{
"tabWidth": 4,
"useTabs": true,
"singleQuote": false,
"jsxSingleQuote": false,
"semi": true,
"arrowParens": "avoid"
}