aboutsummaryrefslogtreecommitdiff
path: root/node_modules/tslint/lib/rules/oneLineRule.d.ts
blob: 435a5db6d57e6c65ae6046f9914028f86b1b3c80 (plain)
1
2
3
4
5
6
7
8
9
10
11
import * as ts from "typescript";
import * as Lint from "../index";
export declare class Rule extends Lint.Rules.AbstractRule {
    static metadata: Lint.IRuleMetadata;
    static BRACE_FAILURE_STRING: string;
    static CATCH_FAILURE_STRING: string;
    static ELSE_FAILURE_STRING: string;
    static FINALLY_FAILURE_STRING: string;
    static WHITESPACE_FAILURE_STRING: string;
    apply(sourceFile: ts.SourceFile): Lint.RuleFailure[];
}