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 } }