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 0b8fb1e commit 7468a23Copy full SHA for 7468a23
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': 'error',
+ '@typescript-eslint/no-unused-vars': 'off',
66
'@typescript-eslint/typedef': [
67
'error',
68
{
0 commit comments