We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68087fd commit f3749f2Copy full SHA for f3749f2
1 file changed
package.json
@@ -21,7 +21,8 @@
21
"prettier": {
22
"singleQuote": true,
23
"trailingComma": "all",
24
- "useTabs": true
+ "useTabs": true,
25
+ "arrowParens": "avoid"
26
},
27
"lint-staged": {
28
"{src,test}/**/*.js": [
0 commit comments