Update no-confusing-error eslint rule to allow parenthesis

This commit is contained in:
Max Leiter 2018-06-26 00:35:02 -07:00
parent 6089372ac7
commit 46abaeb279

View file

@ -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