From 3ce98cdbac85e0dbee509c285ad8ffca62155612 Mon Sep 17 00:00:00 2001 From: Yury Bondarenko Date: Tue, 27 Jun 2023 14:13:34 +0200 Subject: [PATCH] ESLint: enforce Angular HTML eqeqeq https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin-template/docs/rules/eqeqeq.md --- .eslintrc.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index faebd7a92d..c234a8e449 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -232,11 +232,7 @@ ], "extends": [ "plugin:@angular-eslint/template/recommended" - ], - "rules": { - // todo: re-enable & fix errors - "@angular-eslint/template/eqeqeq": "off" - } + ] }, { "files": [