We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c21799 commit fc90a52Copy full SHA for fc90a52
1 file changed
eslint.config.mjs
@@ -48,6 +48,10 @@ export default [
48
'@typescript-eslint/explicit-function-return-type': 'off',
49
'@typescript-eslint/explicit-module-boundary-types': 'off',
50
'@typescript-eslint/no-explicit-any': 'off',
51
+ '@typescript-eslint/no-unused-vars': [
52
+ 'warn',
53
+ { argsIgnorePattern: '^_', varsIgnorePattern: '^_' },
54
+ ],
55
},
56
57
];
0 commit comments