From b4f1c0b8dd600fa228ff70c97b591281ed94ad8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Wed, 25 Sep 2024 16:44:52 +0200 Subject: [PATCH] feat: add `@typescript-eslint/no-redundant-type-constituents` BREAKING CHANGE: New rule introduced --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index 4d04470..802e501 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -265,6 +265,7 @@ "@typescript-eslint/no-base-to-string": "error", "@typescript-eslint/no-dynamic-delete": "error", "@typescript-eslint/no-extra-non-null-assertion": "error", + "@typescript-eslint/no-redundant-type-constituents": "error", "@typescript-eslint/no-extraneous-class": [ "error", { "allowWithDecorator": true }