From 5b59f9ca216d9df413473946772f61ccb4381313 Mon Sep 17 00:00:00 2001 From: San <52472550+sancodes@users.noreply.github.com> Date: Tue, 31 May 2022 03:47:34 -0700 Subject: [PATCH] add no-sequences rule Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com> --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 423877661..188fee87c 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -62,7 +62,7 @@ module.exports = { 'space-before-blocks': ['error'], 'space-infix-ops': 'error', 'yoda': 'error', - 'no-sequences': ['error'] + 'no-sequences': ['error', { 'allowInParentheses': false }] }, settings: { react: {