From e50b503897d05a0054165a2d4b1dd953b5f3995b Mon Sep 17 00:00:00 2001 From: RMidhunSuresh Date: Mon, 14 Jun 2021 22:43:42 +0530 Subject: [PATCH] Undo lint config change Signed-off-by: RMidhunSuresh --- .eslintrc.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 90c0f3fd..ebc08582 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -12,7 +12,6 @@ module.exports = { "no-console": "off", "no-empty": "off", "no-prototype-builtins": "off", - "no-unused-vars": "warn", - "object-curly-spacing": ["warn", "never"] + "no-unused-vars": "warn" } };