2017-05-28 00:38:50 +02:00
|
|
|
import * as ts from "typescript";
|
|
|
|
import * as Lint from "../index";
|
|
|
|
export declare class Rule extends Lint.Rules.TypedRule {
|
|
|
|
static metadata: Lint.IRuleMetadata;
|
2017-08-14 05:01:11 +02:00
|
|
|
static FAILURE_STRING(name: string, message: string): string;
|
2017-05-28 00:38:50 +02:00
|
|
|
applyWithProgram(sourceFile: ts.SourceFile, program: ts.Program): Lint.RuleFailure[];
|
|
|
|
}
|