We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8992c33 commit 7efaccbCopy full SHA for 7efaccb
.prettierrc
@@ -2,5 +2,8 @@
2
"trailingComma": "none",
3
"tabWidth": 2,
4
"singleQuote": true,
5
- "bracketSpacing": false
+ "bracketSpacing": false,
6
+ "arrowParens": "avoid",
7
+ "jsxBracketSameLine": false,
8
+ "printWidth": 120
9
}
0 commit comments