diff --git a/frontend/.eslintrc.js b/frontend/.eslintrc.js index 1c1aef5939..8f505c50e5 100644 --- a/frontend/.eslintrc.js +++ b/frontend/.eslintrc.js @@ -104,7 +104,6 @@ module.exports = { '@typescript-eslint/no-unused-vars': 'error', // eslint rules need to remove - 'no-shadow': 'off', '@typescript-eslint/no-shadow': 'off', 'import/no-cycle': 'off',