Skip to content

Commit f3749f2

Browse files
Update prettier config (#656)
1 parent 68087fd commit f3749f2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"prettier": {
2222
"singleQuote": true,
2323
"trailingComma": "all",
24-
"useTabs": true
24+
"useTabs": true,
25+
"arrowParens": "avoid"
2526
},
2627
"lint-staged": {
2728
"{src,test}/**/*.js": [

0 commit comments

Comments
 (0)