forked from FoundKeyGang/FoundKey
lint: warn non-null-assertion to reduce unexpected behaviour
This commit is contained in:
parent
ea9aeef9d8
commit
037db7c5ef
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ module.exports = {
|
||||||
'@typescript-eslint/no-var-requires': ['warn'],
|
'@typescript-eslint/no-var-requires': ['warn'],
|
||||||
'@typescript-eslint/no-inferrable-types': ['warn'],
|
'@typescript-eslint/no-inferrable-types': ['warn'],
|
||||||
'@typescript-eslint/no-empty-function': ['off'],
|
'@typescript-eslint/no-empty-function': ['off'],
|
||||||
'@typescript-eslint/no-non-null-assertion': ['off'],
|
'@typescript-eslint/no-non-null-assertion': ['warn'],
|
||||||
'@typescript-eslint/no-misused-promises': ['error', {
|
'@typescript-eslint/no-misused-promises': ['error', {
|
||||||
'checksVoidReturn': false,
|
'checksVoidReturn': false,
|
||||||
}],
|
}],
|
||||||
|
|
Loading…
Reference in a new issue