From 4af7cd98d62ba88df8c303ac3295e1c9a547ccd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Wed, 2 Mar 2022 16:57:41 +0100 Subject: [PATCH] MOBILE-3814 eslint: Check duplicated attributes on templates --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index deda33df6..d5a05ca9e 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -292,6 +292,7 @@ module.exports = { '@angular-eslint/template/no-positive-tabindex': 'error', '@angular-eslint/template/accessibility-table-scope': 'error', '@angular-eslint/template/accessibility-valid-aria': 'error', + '@angular-eslint/template/no-duplicate-attributes': 'error', }, }, {