From 9df98e65f842cf3acae09cbdd969966f42d64469 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sat, 14 Oct 2017 18:40:54 +0200 Subject: update dependencies --- node_modules/tslint/lib/rules/quotemarkRule.d.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'node_modules/tslint/lib/rules/quotemarkRule.d.ts') diff --git a/node_modules/tslint/lib/rules/quotemarkRule.d.ts b/node_modules/tslint/lib/rules/quotemarkRule.d.ts index 2a96c3409..a79a13730 100644 --- a/node_modules/tslint/lib/rules/quotemarkRule.d.ts +++ b/node_modules/tslint/lib/rules/quotemarkRule.d.ts @@ -3,6 +3,5 @@ import * as Lint from "../index"; export declare class Rule extends Lint.Rules.AbstractRule { static metadata: Lint.IRuleMetadata; static FAILURE_STRING(actual: string, expected: string): string; - isEnabled(): boolean; apply(sourceFile: ts.SourceFile): Lint.RuleFailure[]; } -- cgit v1.2.3