blob: 0a098d7f610052b9f6eb3b709825a9f4258c0fca (
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: string;
static FAILURE_STRING_FOR_EXTENDS: string;
apply(sourceFile: ts.SourceFile): Lint.RuleFailure[];
}
|