aboutsummaryrefslogtreecommitdiff
path: root/node_modules/tslint/lib/rules/semicolonRule.d.ts
blob: 1e32e4a09a420c8317117c81557cd8324b6fc555 (plain)
1
2
3
4
5
6
7
8
9
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_COMMA: string;
    static FAILURE_STRING_UNNECESSARY: string;
    apply(sourceFile: ts.SourceFile): Lint.RuleFailure[];
}