diff --git a/tslint.json b/tslint.json index 61a760850..a2facf751 100644 --- a/tslint.json +++ b/tslint.json @@ -23,6 +23,7 @@ "no-unnecessary-class": false, "array-type": [true, "array"], - "no-any-union": false + "no-any-union": false, + "void-return": false } }