From 0decc8ad17361e2b3a0d72c66076f19406274836 Mon Sep 17 00:00:00 2001 From: "J. Degand" <70610011+jdegand@users.noreply.github.com> Date: Wed, 3 Sep 2025 22:49:51 +0000 Subject: [PATCH] chore: remove duplicate eslint rule --- eslint.config.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/eslint.config.mjs b/eslint.config.mjs index 95e031a..f46f58b 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -45,7 +45,6 @@ export default tseslint.config( // These are needed for test cases "@angular-eslint/prefer-standalone": "off", "@angular-eslint/no-input-rename": "off", - "@angular-eslint/no-input-rename": "off", }, }, {