aboutsummaryrefslogtreecommitdiff
path: root/node_modules/tslint/lib/rules/arrowParensRule.d.ts
blob: 32149f7edf80545e0fa3552012a3a4b19c35d8a6 (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_MISSING: string;
    static FAILURE_STRING_EXISTS: string;
    apply(sourceFile: ts.SourceFile): Lint.RuleFailure[];
}