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: [