diff --git a/frontend/.eslintrc.js b/frontend/.eslintrc.js index fb9d999579..54cc5e016c 100644 --- a/frontend/.eslintrc.js +++ b/frontend/.eslintrc.js @@ -101,6 +101,7 @@ module.exports = { }, }, ], + '@typescript-eslint/no-unused-vars': 'error', // eslint rules need to remove 'no-shadow': 'off',