Q-Mintership/.prettierrc.json
2024-08-21 15:33:24 -06:00

10 lines
188 B
JSON

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