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 890a866 commit 64e8226Copy full SHA for 64e8226
packages/eslint-config-react/typescript.js
@@ -7,4 +7,7 @@ module.exports = {
7
require.resolve('./shared'),
8
],
9
plugins: ['@typescript-eslint'],
10
+ rules: {
11
+ '@typescript-eslint/no-unused-vars': ['error'],
12
+ },
13
}
0 commit comments