117616: Ported alias-imports rule

This commit is contained in:
Alexandre Vryghem
2024-08-28 16:43:40 +02:00
parent d4aedbbb51
commit abb03799e0
5 changed files with 194 additions and 0 deletions

View File

@@ -10,11 +10,13 @@ import {
RuleExports,
} from '../../util/structure';
/* eslint-disable import/no-namespace */
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';
const index = [
aliasImports,
themedComponentClasses,
themedComponentSelectors,
themedComponentUsages,