enable no-unnecessary-condition warning
This commit is contained in:
parent
ee0bee5d7b
commit
79f000a6f2
@ -22,6 +22,7 @@
|
||||
"@typescript-eslint/no-unsafe-assignment": "warn",
|
||||
"@typescript-eslint/no-explicit-any": "warn",
|
||||
"@typescript-eslint/no-loss-of-precision": "warn",
|
||||
"@typescript-eslint/no-unnecessary-condition": "warn",
|
||||
"no-case-declarations": "warn",
|
||||
"prettier/prettier": "error",
|
||||
"@typescript-eslint/semi": "error",
|
||||
|
Loading…
x
Reference in New Issue
Block a user