117616: Ported themed-decorators rule

This commit is contained in:
Alexandre Vryghem
2024-09-23 11:51:50 +02:00
parent 598471913e
commit eb0572640b
10 changed files with 445 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ 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 themedDecorators from './themed-decorators';
import * as themedWrapperNoInputDefaults from './themed-wrapper-no-input-defaults';
import * as uniqueDecorators from './unique-decorators';
@@ -22,6 +23,7 @@ const index = [
themedComponentClasses,
themedComponentSelectors,
themedComponentUsages,
themedDecorators,
themedWrapperNoInputDefaults,
uniqueDecorators,
] as unknown as RuleExports[];