From 7a98b2fe8cb26f9eea0c914eb106c2d7843f018b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Thu, 27 Nov 2025 11:59:15 +0100 Subject: [PATCH] fix: relax `@typescript-eslint/no-redundant-type-constituents` --- eslint.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint.config.js b/eslint.config.js index 89a69b7..1b8512e 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -386,7 +386,7 @@ export default defineConfig( "@typescript-eslint/no-base-to-string": "error", "@typescript-eslint/no-deprecated": "error", "@typescript-eslint/no-extra-non-null-assertion": "error", - "@typescript-eslint/no-redundant-type-constituents": "error", + "@typescript-eslint/no-redundant-type-constituents": "off", "@typescript-eslint/no-extraneous-class": [ "error",