lint rule with autofix to disallow the disabled input on button elements

This commit is contained in:
Jens Vannerum
2024-09-18 09:46:38 +02:00
parent 1209b40ac9
commit c249afdb3f
3 changed files with 149 additions and 1 deletions

View File

@@ -293,7 +293,8 @@
],
"rules": {
// Custom DSpace Angular rules
"dspace-angular-html/themed-component-usages": "error"
"dspace-angular-html/themed-component-usages": "error",
"dspace-angular-html/no-disabled-attr": "error"
}
},
{