aboutsummaryrefslogtreecommitdiff
path: root/node_modules/tslint/lib/rules/trailingCommaRule.d.ts
blob: 10b44934235110659329597f3eff5f4d1e134e0a (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_NEVER: string;
    static FAILURE_STRING_ALWAYS: string;
    apply(sourceFile: ts.SourceFile): Lint.RuleFailure[];
    isEnabled(): boolean;
}