UNPKG

tslint-folders

Version:

Custom TSLint rules for checking imports between packages and their folders, and generating relevant diagrams.

6 lines (5 loc) 181 B
export declare type DisabledTestRuleConfig = { ban: string[]; includePaths: string[]; }; export declare function getDefaultDisabledTestRuleConfig(): DisabledTestRuleConfig;