From 3b3884b1a1e6a0a5c7477bf4947dced59023af5f Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Tue, 26 Jan 2021 22:25:25 -0500 Subject: [PATCH] Remove no-redeclare as warning --- .eslintrc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 8b42edd9e8..d76560604a 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -100,7 +100,6 @@ module.exports = { }, rules: { // TODO: Fix warnings and remove these rules - 'no-redeclare': ['warn'], 'no-useless-escape': ['warn'] }, settings: {