UNPKG

eslint-plugin-ng-module-sort

Version:

Sort Angular and NestJS module imports, declarations, exports, controls, etc.

5 lines 667 B
import { TSESTree, ESLintUtils } from '@typescript-eslint/utils'; export declare const ruleCreator: <Options extends readonly unknown[], MessageIds extends string>({ meta, name, ...rule }: Readonly<ESLintUtils.RuleWithMetaAndName<Options, MessageIds, unknown>>) => ESLintUtils.RuleModule<MessageIds, Options, unknown, ESLintUtils.RuleListener>; export declare function getPropertiesOfDecorator(node: TSESTree.Decorator, extras: Array<string>, argIndex?: number): Array<TSESTree.Property> | undefined; export declare function getKnownProperties(properties: Array<TSESTree.Property>, extras: Array<string>): Array<TSESTree.Property>; //# sourceMappingURL=utils.d.ts.map