mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
446 B
446 B
DSpace ESLint plugins > HTML rules
dspace-angular-html/themed-component-usages
: Themeable components should be used via the selector of theirThemedComponent
wrapper classdspace-angular-html/no-disabled-attribute-on-button
: Buttons should use thedsBtnDisabled
directive instead of the HTMLdisabled
attribute.