Merge pull request #2592 from MaxLeiter/eslint-arrow-rule-fix
Update `no-confusing-error` eslint rule to allow parenthesis
This commit is contained in:
commit
d1a995471e
@ -30,7 +30,7 @@ rules:
|
||||
linebreak-style: [error, unix]
|
||||
no-alert: error
|
||||
no-catch-shadow: error
|
||||
no-confusing-arrow: error
|
||||
no-confusing-arrow: [error, {allowParens: true}]
|
||||
no-control-regex: off
|
||||
no-duplicate-imports: error
|
||||
no-else-return: error
|
||||
|
Loading…
Reference in New Issue
Block a user