fix bug in lint rule, add docs for rule and update name so it's clear this is only for buttons currently

(cherry picked from commit 2380d4e751)
This commit is contained in:
Jens Vannerum
2024-09-20 16:45:05 +02:00
parent c249afdb3f
commit ee83beae94
4 changed files with 13 additions and 9 deletions

View File

@@ -2,3 +2,4 @@
_______
- [`dspace-angular-html/themed-component-usages`](./rules/themed-component-usages.md): Themeable components should be used via the selector of their `ThemedComponent` wrapper class
- [`dspace-angular-html/no-disabled-attribute-on-button`](./rules/no-disabled-attribute-on-button.md): Buttons should use the `dsBtnDisabled` directive instead of the HTML `disabled` attribute.