chore: Re-enable no-redundant-type-constituents rule.

This commit is contained in:
cpojer
2026-02-02 15:32:03 +09:00
parent e9a32b83c2
commit 87a61c3b88
9 changed files with 100 additions and 57 deletions

View File

@@ -15,7 +15,6 @@
"oxc/no-async-endpoint-handlers": "off",
"oxc/no-map-spread": "off",
"typescript/no-extraneous-class": "off",
"typescript/no-redundant-type-constituents": "off",
"typescript/no-unnecessary-template-expression": "off",
"typescript/no-unsafe-type-assertion": "off",
"unicorn/consistent-function-scoping": "off",