From 46abaeb279a3a4d25da6b6599a95b62cc1345031 Mon Sep 17 00:00:00 2001 From: Max Leiter Date: Tue, 26 Jun 2018 00:35:02 -0700 Subject: [PATCH] Update `no-confusing-error` eslint rule to allow parenthesis --- .eslintrc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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