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