fix: disable @typescript-eslint/no-unused-vars
This commit is contained in:
parent
d8f05127c6
commit
4b57638f82
@ -171,5 +171,7 @@ module.exports = {
|
||||
'@typescript-eslint/ban-types': 'off',
|
||||
'@typescript-eslint/no-namespace': 'off',
|
||||
'@typescript-eslint/triple-slash-reference': 'off',
|
||||
// handled by unused-imports/no-unused-imports
|
||||
'@typescript-eslint/no-unused-vars': 'off',
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user