rxjs-tslint-rules
Version:
TSLint rules for RxJS
11 lines (10 loc) • 484 B
TypeScript
import * as Lint from "tslint";
import * as ts from "typescript";
export declare class Rule extends Lint.Rules.TypedRule {
static metadata: Lint.IRuleMetadata;
static FAILURE_STRING_NOT_COMPOSED: string;
static FAILURE_STRING_NOT_IMPLEMENTED: string;
static FAILURE_STRING_NOT_UNSUBSCRIBED: string;
static FAILURE_MESSAGE_NOT_DECLARED: (name: string) => string;
applyWithProgram(sourceFile: ts.SourceFile, program: ts.Program): Lint.RuleFailure[];
}