chore(eslint): @typescript-eslint/no-unused-vars is made to error

This commit is contained in:
Palash gupta 2022-04-08 02:15:50 +05:30
parent 041a5249b3
commit 0cbe17a315
No known key found for this signature in database
GPG Key ID: 8FD05AE6F9150AD6

View File

@ -101,6 +101,7 @@ module.exports = {
}, },
}, },
], ],
'@typescript-eslint/no-unused-vars': 'error',
// eslint rules need to remove // eslint rules need to remove
'no-shadow': 'off', 'no-shadow': 'off',