react-hooks/.prettierrc

9 lines
150 B
Plaintext
Raw Normal View History

{
"bracketSpacing": true,
"arrowParens": "avoid",
"printWidth": 120,
"trailingComma": "none",
"singleQuote": false,
"endOfLine": "auto"
}