fix: Gebruik @ts-eslint/no-unused-vars
Vervang `no-unused-vars` door `@typescript-eslint/no-unused-vars`
This commit is contained in:
parent
513091c612
commit
80d0fecbba
1 changed files with 3 additions and 1 deletions
|
@ -38,7 +38,9 @@ export default [
|
||||||
'no-unreachable-loop': 'warn',
|
'no-unreachable-loop': 'warn',
|
||||||
'no-use-before-define': 'error',
|
'no-use-before-define': 'error',
|
||||||
'no-useless-assignment': 'error',
|
'no-useless-assignment': 'error',
|
||||||
'no-unused-vars': 'error',
|
|
||||||
|
'no-unused-vars': 'off',
|
||||||
|
'@typescript-eslint/no-unused-vars': 'error',
|
||||||
|
|
||||||
'arrow-body-style': ['warn', 'as-needed'],
|
'arrow-body-style': ['warn', 'as-needed'],
|
||||||
'block-scoped-var': 'warn',
|
'block-scoped-var': 'warn',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue