From ee60508953a61ec58eaaea3c8b635c2cc295d0ef Mon Sep 17 00:00:00 2001 From: trivernis Date: Fri, 24 Jan 2020 14:55:40 +0100 Subject: [PATCH] Fix style rule for array type --- tslint.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tslint.json b/tslint.json index 28549b8..4265452 100644 --- a/tslint.json +++ b/tslint.json @@ -29,7 +29,8 @@ "privacies": "all", "locations": "instance" } - }] + }], + "array-type": false }, "jsRules": { "max-line-length": {