We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ea199d commit c5a6ccdCopy full SHA for c5a6ccd
1 file changed
.prettierrc
@@ -2,5 +2,6 @@
2
"trailingComma": "es5",
3
"tabWidth": 2,
4
"semi": true,
5
- "singleQuote": true
+ "singleQuote": true,
6
+ "arrowParens": "avoid"
7
}
0 commit comments