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 797a6f0 commit 60488daCopy full SHA for 60488da
rules/es2015.js
@@ -20,9 +20,7 @@ module.exports = {
20
21
// require parentheses around arrow function arguments
22
// http://eslint.org/docs/rules/arrow-parens
23
- 'arrow-parens': ['error', 'as-needed', {
24
- requireForBlockBody: true,
25
- }],
+ 'arrow-parens': ['error', 'as-needed'],
26
27
// enforce consistent spacing before and after the arrow in arrow functions
28
// http://eslint.org/docs/rules/arrow-spacing
0 commit comments