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 aaf53a8 commit 1addd22Copy full SHA for 1addd22
eslint.config.mjs
@@ -48,15 +48,13 @@ export default [
48
'@typescript-eslint/no-empty-interface': 'off',
49
'@typescript-eslint/no-explicit-any': 'error',
50
'@typescript-eslint/no-non-null-assertion': 'off',
51
- 'no-unused-vars': 'off',
52
'@typescript-eslint/no-unused-vars': [
53
'error',
54
{
55
args: 'after-used',
56
argsIgnorePattern: '^_',
57
},
58
],
59
- 'no-use-before-define': 'off',
60
'@typescript-eslint/no-use-before-define': [
61
62
0 commit comments