We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4711af8 commit 96a5d73Copy full SHA for 96a5d73
src/configs/base.ts
@@ -58,14 +58,14 @@ export function createBaseConfig(options: InstantConfig = {}): FlatConfigArray {
58
'error',
59
{ prefer: 'type-imports', fixStyle: 'inline-type-imports' },
60
],
61
- '@typescript-eslint/no-unused-vars': [
62
- 'warn',
63
- {
64
- args: 'none',
65
- ignoreRestSiblings: true,
66
- varsIgnorePattern: '_',
67
- },
68
- ],
+ '@typescript-eslint/no-unused-vars': [
+ 'warn',
+ {
+ args: 'none',
+ ignoreRestSiblings: true,
+ varsIgnorePattern: '_',
+ },
+ ],
69
'@typescript-eslint/no-explicit-any': 'warn',
70
'@typescript-eslint/no-empty-object-type': 'off',
71
'@typescript-eslint/no-namespace': 'off',
0 commit comments