From 2b4eb32abfd4249ab810f5f4573d4e8863d1788e Mon Sep 17 00:00:00 2001 From: Ari Aviran Date: Tue, 5 Dec 2017 08:40:44 +0200 Subject: [PATCH] Reverting tslint changes --- types/node/tslint.json | 3 +-- types/node/v4/tslint.json | 1 - types/node/v6/tslint.json | 1 - types/node/v7/tslint.json | 1 - 4 files changed, 1 insertion(+), 5 deletions(-) diff --git a/types/node/tslint.json b/types/node/tslint.json index a153c4f63f..45064d266f 100644 --- a/types/node/tslint.json +++ b/types/node/tslint.json @@ -21,7 +21,6 @@ "prefer-const": false, "prefer-method-signature": false, "strict-export-declare-modifiers": false, - "unified-signatures": false, - "void-return": false + "unified-signatures": false } } diff --git a/types/node/v4/tslint.json b/types/node/v4/tslint.json index 542ee38c59..518f58df03 100644 --- a/types/node/v4/tslint.json +++ b/types/node/v4/tslint.json @@ -40,7 +40,6 @@ "strict-export-declare-modifiers": false, "typedef-whitespace": false, "unified-signatures": false, - "void-return": false, "whitespace": false } } diff --git a/types/node/v6/tslint.json b/types/node/v6/tslint.json index 542ee38c59..518f58df03 100644 --- a/types/node/v6/tslint.json +++ b/types/node/v6/tslint.json @@ -40,7 +40,6 @@ "strict-export-declare-modifiers": false, "typedef-whitespace": false, "unified-signatures": false, - "void-return": false, "whitespace": false } } diff --git a/types/node/v7/tslint.json b/types/node/v7/tslint.json index 542ee38c59..518f58df03 100644 --- a/types/node/v7/tslint.json +++ b/types/node/v7/tslint.json @@ -40,7 +40,6 @@ "strict-export-declare-modifiers": false, "typedef-whitespace": false, "unified-signatures": false, - "void-return": false, "whitespace": false } }