From 0cbe17a315418470d21e721d07b096f6b0f5d522 Mon Sep 17 00:00:00 2001 From: Palash gupta Date: Fri, 8 Apr 2022 02:15:50 +0530 Subject: [PATCH] chore(eslint): @typescript-eslint/no-unused-vars is made to error --- frontend/.eslintrc.js | 1 + 1 file changed, 1 insertion(+) 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',