chore: enable redundant type constituent checks

This commit is contained in:
Peter Steinberger
2026-04-10 21:23:29 +01:00
parent 6783bef7ed
commit d236cb4680
25 changed files with 79 additions and 71 deletions

View File

@@ -59,7 +59,6 @@
],
"rules": {
"typescript/no-explicit-any": "off",
"typescript/no-redundant-type-constituents": "off",
"typescript/unbound-method": "off",
"eslint/no-unsafe-optional-chaining": "off"
}