117616: Ported unique-decorators rule

This commit is contained in:
Alexandre Vryghem
2024-08-29 17:23:35 +02:00
parent 4200357100
commit 01c8c60624
6 changed files with 273 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ 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';
import * as uniqueDecorators from './unique-decorators';
const index = [
aliasImports,
@@ -22,6 +23,7 @@ const index = [
themedComponentSelectors,
themedComponentUsages,
themedWrapperNoInputDefaults,
uniqueDecorators,
] as unknown as RuleExports[];
export = {