We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05c5b38 commit 6feeca0Copy full SHA for 6feeca0
src/.eslintrc.js
@@ -62,7 +62,7 @@ module.exports = {
62
'@typescript-eslint/no-explicit-any': 'off',
63
'@typescript-eslint/no-inferrable-types': 'off',
64
'@typescript-eslint/no-shadow': 'error',
65
- '@typescript-eslint/no-unused-vars': 'off',
+ '@typescript-eslint/no-unused-vars': 'error',
66
'@typescript-eslint/typedef': [
67
'error',
68
{
0 commit comments