aboutsummaryrefslogtreecommitdiff
path: root/node_modules/tslint/lib/rules/indentRule.d.ts
blob: 49096c1b4ef3b6218c3708b4466a654d356dec4a (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(expected: string): string;
    apply(sourceFile: ts.SourceFile): Lint.RuleFailure[];
}