eslint-plugin-ng-module-sort
Version:
Sort Angular and NestJS module imports, declarations, exports, controls, etc.
5 lines • 375 B
TypeScript
import { ESLintUtils } from '@typescript-eslint/utils';
import { RuleSettings } from '../../types';
export declare const DECORATOR_ARRAY_ITEMS_NAME = "decorator-array-items";
export declare const decoratorArrayItemsRule: ESLintUtils.RuleModule<"wrongOrderOfDecoratorArrayItems", Partial<RuleSettings>[], unknown, ESLintUtils.RuleListener>;
//# sourceMappingURL=index.d.ts.map