MOBILE-3814 eslint: Check duplicated attributes on templates
parent
b7a2a1ac8b
commit
4af7cd98d6
|
@ -292,6 +292,7 @@ module.exports = {
|
||||||
'@angular-eslint/template/no-positive-tabindex': 'error',
|
'@angular-eslint/template/no-positive-tabindex': 'error',
|
||||||
'@angular-eslint/template/accessibility-table-scope': 'error',
|
'@angular-eslint/template/accessibility-table-scope': 'error',
|
||||||
'@angular-eslint/template/accessibility-valid-aria': 'error',
|
'@angular-eslint/template/accessibility-valid-aria': 'error',
|
||||||
|
'@angular-eslint/template/no-duplicate-attributes': 'error',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue