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 b834298 commit 4e26594Copy full SHA for 4e26594
3 files changed
eslint.config.js
@@ -40,6 +40,9 @@ export default defineConfig(
40
'@typescript-eslint/no-unused-expressions': ['error', {
41
allowShortCircuit: true,
42
}],
43
+ '@typescript-eslint/no-unused-vars': ['error', {
44
+ ignoreRestSiblings: true,
45
+ }],
46
'@typescript-eslint/no-empty-object-type': 'off',
47
'@typescript-eslint/no-explicit-any': 'off',
48
'@typescript-eslint/no-unsafe-argument': 'off',
0 commit comments