Q-Mintership/.prettierrc.json

10 lines
188 B
JSON
Raw Normal View History

2024-08-21 15:33:24 -06:00
{
"printWidth": 80,
"singleQuote": false,
"trailingComma": "es5",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "avoid",
"tabWidth": 2,
"semi": true
}