mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
Added missing template rules and rxjs packages (#2439)
This commit is contained in:
+9
-1
@@ -135,7 +135,15 @@
|
||||
"rules": {
|
||||
"@angular-eslint/template/no-autofocus": "error",
|
||||
"@angular-eslint/template/no-negated-async": "off",
|
||||
"@angular-eslint/template/no-positive-tabindex": "error"
|
||||
"@angular-eslint/template/no-positive-tabindex": "error",
|
||||
"@angular-eslint/template/accessibility-alt-text":"error",
|
||||
"@angular-eslint/template/accessibility-elements-content":"error",
|
||||
"@angular-eslint/template/accessibility-label-for":"error",
|
||||
"@angular-eslint/template/accessibility-table-scope":"error",
|
||||
"@angular-eslint/template/accessibility-valid-aria":"error",
|
||||
"@angular-eslint/template/click-events-have-key-events":"error",
|
||||
"@angular-eslint/template/mouse-events-have-key-events":"error",
|
||||
"@angular-eslint/template/no-distracting-elements":"error"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user