forked from FoundKeyGang/FoundKey
disable lint '@typescript-eslint/no-explicit-any'
This commit is contained in:
parent
8c377b6a1a
commit
642c8bcca9
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ module.exports = {
|
|||
'@typescript-eslint/no-var-requires': ['warn'],
|
||||
'@typescript-eslint/no-inferrable-types': ['warn'],
|
||||
'@typescript-eslint/no-empty-function': ['off'],
|
||||
'@typescript-eslint/no-explicit-any': ['off'],
|
||||
'@typescript-eslint/no-non-null-assertion': ['warn'],
|
||||
'@typescript-eslint/explicit-function-return-type': ['warn', { allowExpressions: true }],
|
||||
'@typescript-eslint/no-misused-promises': ['error', {
|
||||
|
|
Loading…
Reference in a new issue