From 116c3c600a888495b7df623b1bf6bc6c68575b9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Wed, 25 Sep 2024 16:30:23 +0200 Subject: [PATCH] feat: add `@typescript-eslint/no-unsafe-declaration-merging` BREAKING CHANGE: New rule introduced --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index 7b44757..4d04470 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -283,6 +283,7 @@ "@typescript-eslint/no-unnecessary-type-assertion": "error", "@typescript-eslint/no-require-imports": "error", "@typescript-eslint/no-unsafe-unary-minus": "error", + "@typescript-eslint/no-unsafe-declaration-merging": "error", "@typescript-eslint/no-array-delete": "error", "@typescript-eslint/prefer-as-const": "error", "@typescript-eslint/prefer-function-type": "error",