Update no-confusing-error
eslint rule to allow parenthesis
This commit is contained in:
parent
6089372ac7
commit
46abaeb279
@ -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