UNPKG

@rushstack/eslint-plugin

Version:

An ESLint plugin providing supplementary rules for use with the @rushstack/eslint-config package

6 lines 333 B
import type { TSESLint } from '@typescript-eslint/utils'; export declare const MESSAGE_ID: 'error-transitive-dependency-imports'; type RuleModule = TSESLint.RuleModule<typeof MESSAGE_ID, []>; export declare const noTransitiveDependencyImportsRule: RuleModule; export {}; //# sourceMappingURL=no-transitive-dependency-imports.d.ts.map