diff --git a/.eslintrc.yml b/.eslintrc.yml index ed5943d3..cf91fcf3 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -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