forked from hazza/dspace-angular
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.