From fbfa15186b5d4830da1daf10869c4d45992e85e8 Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Fri, 7 Apr 2017 11:01:58 +0200 Subject: [PATCH] style(commander): fix lint issues --- types/commander/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/commander/index.d.ts b/types/commander/index.d.ts index 62aa90a536..3f6a29dfe6 100644 --- a/types/commander/index.d.ts +++ b/types/commander/index.d.ts @@ -270,5 +270,5 @@ declare namespace commander { } } -declare var command: commander.Command & commander.Option & { [key: string]: any }; +declare var command: commander.Command & commander.Option & { [key: string]: any }; export = command;