Skip to content

Commit 55ebaee

Browse files
committed
Ignore arrow-parens ESLint rule
1 parent 5031ba7 commit 55ebaee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ module.exports = {
55
"node": true
66
},
77
"rules": {
8+
"arrow-parens": 0,
89
"camelcase": [1, {
910
properties: "never"
1011
}],

0 commit comments

Comments
 (0)