blob: 929f3f5510d5baabb0aaf9001483b1da10d2ac16 (
plain)
1
2
3
4
5
6
7
8
|
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_AS_NEEDED: string;
static FAILURE_STRING_FACTORY(kind: string): string;
apply(sourceFile: ts.SourceFile): Lint.RuleFailure[];
}
|