diff --git a/.eslintrc.js b/.eslintrc.js index 91075bfb..7839f6bf 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -24,7 +24,6 @@ module.exports = { 'always' ], 'no-console': 0, - 'no-undef': 'warn', - 'no-unused-vars': 'warn' + 'no-undef': 'warn' } };