From f649592c3db41895d0dab54c3ac3a13a6c3cc6cb Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Mon, 30 Nov 2020 09:46:25 -0500 Subject: [PATCH] Make disabled rules trigger warnings --- .eslintrc.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index dc951a5917..400c528a48 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -99,9 +99,9 @@ module.exports = { }, rules: { // TODO: Fix warnings and remove these rules - 'no-redeclare': ['off'], - 'no-useless-escape': ['off'], - 'no-unused-vars': ['off'] + 'no-redeclare': ['warn'], + 'no-useless-escape': ['warn'], + 'no-unused-vars': ['warn'] }, settings: { polyfills: [