We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b59f9ae commit 47c26c3Copy full SHA for 47c26c3
.eslintrc
@@ -6,5 +6,7 @@
6
"prefer-arrow-callback": [0],
7
"space-before-function-paren": [0],
8
"func-names": [0],
9
+ "arrow-body-style": [0],
10
+ "no-unused-vars": [1, { "vars": "all", "args": "none" }]
11
}
12
0 commit comments