From ed8b274dbfb81fdf7b7151517a794f6e340fd8b5 Mon Sep 17 00:00:00 2001 From: sancodes Date: Sat, 30 Apr 2022 13:04:28 -0700 Subject: [PATCH] remove trailing space --- .eslintrc.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index b00a85412a..a514cab778 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -61,7 +61,8 @@ module.exports = { 'space-before-blocks': ['error'], 'space-infix-ops': 'error', 'yoda': 'error', - 'no-redeclare': ['error', { 'builtinGlobals': true }] + 'no-redeclare': ['error', { 'builtinGlobals': true }], + 'no-sequences': ['error'] }, settings: { react: {