Q-Apps-Utils/.prettierrc

11 lines
189 B
Plaintext
Raw Normal View History

2023-10-06 22:35:00 +00:00
{
"printWidth": 80,
"singleQuote": false,
"trailingComma": "es5",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "avoid",
"tabWidth": 2,
"semi": true
}