eslint-plugin-ng-module-sort
Version:
Sort Angular and NestJS module imports, declarations, exports, controls, etc.
8 lines • 359 B
TypeScript
import { RuleContext } from '@typescript-eslint/utils/dist/ts-eslint';
export interface RuleOptions {
reverseSort: boolean;
extraDecorators: Array<string>;
extraProperties: Array<string>;
}
export type DecoratorArrayItemsRuleContext = RuleContext<'wrongOrderOfDecoratorArrayItems', Array<Partial<RuleOptions>>>;
//# sourceMappingURL=types.d.ts.map