blob: c7e07066c0f76f793e96844c1abf7e6eb01ef4a3 (
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.AbstractRule {
static metadata: Lint.IRuleMetadata;
static FAILURE_STRING_FACTORY(ident: string): string;
apply(sourceFile: ts.SourceFile): Lint.RuleFailure[];
}
|