From ba463be2c230c7a2cbb61b287d9eb2dbf02e61c9 Mon Sep 17 00:00:00 2001 From: "Shahar Or (mightyiam)" Date: Wed, 11 Sep 2019 09:42:16 +0300 Subject: [PATCH] chore: remove no-inner-declarations --- eslintrc.json | 1 - 1 file changed, 1 deletion(-) diff --git a/eslintrc.json b/eslintrc.json index b8048e04..7253bd01 100644 --- a/eslintrc.json +++ b/eslintrc.json @@ -100,7 +100,6 @@ "no-func-assign": "error", "no-global-assign": "error", "no-implied-eval": "error", - "no-inner-declarations": ["error", "functions"], "no-invalid-regexp": "error", "no-irregular-whitespace": "error", "no-iterator": "error",