enable no-unnecessary-condition warning

This commit is contained in:
Sainan 2025-01-20 10:06:21 +01:00
parent ee0bee5d7b
commit 79f000a6f2

View File

@ -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",