mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
1.1 KiB
1.1 KiB
DSpace ESLint plugins > TypeScript rules
dspace-angular-ts/alias-imports
: Unclear imports should be aliased for claritydspace-angular-ts/themed-component-classes
: Formatting rules for themeable component classesdspace-angular-ts/themed-component-selectors
: Themeable component selectors should follow the DSpace conventiondspace-angular-ts/themed-component-usages
: Themeable components should be used via theirThemedComponent
wrapper classdspace-angular-ts/themed-wrapper-no-input-defaults
: ThemedComponent wrappers should not declare input defaults (see DSpace Angular #2164)dspace-angular-ts/unique-decorators
: Some decorators must be called with unique arguments (e.g. when they construct a mapping based on the argument values)