diff --git a/.eslintrc.json b/.eslintrc.json index 3be2bbd0cb9..731181a6c0d 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -81,7 +81,6 @@ "no-buffer-constructor": "error", "no-caller": "error", "no-case-declarations": "error", - "no-shadow": "error", "no-cond-assign": "error", "no-confusing-arrow": "error", "no-console": "off", @@ -152,7 +151,7 @@ "no-process-env": "error", "no-process-exit": "error", "no-prototype-builtins": "off", - "no-redeclare": "error", + "no-redeclare": "off", "no-regex-spaces": "error", "no-restricted-globals": "error", "no-restricted-modules": "error",