mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
117616: Ported themed-wrapper-no-input-defaults rule
This commit is contained in:
@@ -14,12 +14,14 @@ import * as aliasImports from './alias-imports';
|
||||
import * as themedComponentClasses from './themed-component-classes';
|
||||
import * as themedComponentSelectors from './themed-component-selectors';
|
||||
import * as themedComponentUsages from './themed-component-usages';
|
||||
import * as themedWrapperNoInputDefaults from './themed-wrapper-no-input-defaults';
|
||||
|
||||
const index = [
|
||||
aliasImports,
|
||||
themedComponentClasses,
|
||||
themedComponentSelectors,
|
||||
themedComponentUsages,
|
||||
themedWrapperNoInputDefaults,
|
||||
] as unknown as RuleExports[];
|
||||
|
||||
export = {
|
||||
|
Reference in New Issue
Block a user