117616: Ported themed-wrapper-no-input-defaults rule

This commit is contained in:
Alexandre Vryghem
2024-08-29 16:29:59 +02:00
parent 39fec7ce64
commit 4200357100
5 changed files with 244 additions and 1 deletions

View File

@@ -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 = {