UNPKG

tslint-lerna-rules

Version:

TSLint rules for Lerna repos

7 lines (6 loc) 270 B
import * as Lint from "tslint"; import * as ts from "typescript"; export declare class Rule extends Lint.Rules.AbstractRule { apply(sourceFile: ts.SourceFile): Lint.RuleFailure[]; } export declare function isSubDirectory(candidate: string, parent: string): boolean;