blob: 790b1c9e946bf01064286ce35b69399a0b4e5046 (
plain)
1
2
3
4
5
6
7
|
import * as ts from "typescript";
import * as Lint from "../index";
export declare class Rule extends Lint.Rules.TypedRule {
static metadata: Lint.IRuleMetadata;
static FAILURE_STRING(name: string, message: string): string;
applyWithProgram(sourceFile: ts.SourceFile, program: ts.Program): Lint.RuleFailure[];
}
|