From dac2c6254593b3283f740ad09adfcf4b76ff137d Mon Sep 17 00:00:00 2001 From: Patrick O'Carroll Date: Mon, 3 Sep 2018 20:36:01 +0200 Subject: [PATCH] added new-parens rule (#13119) --- tslint.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tslint.json b/tslint.json index f53eb541643..0d525bea3f0 100644 --- a/tslint.json +++ b/tslint.json @@ -29,6 +29,7 @@ "label-position": true, "max-line-length": [true, 150], "member-access": [true, "no-public"], + "new-parens": true, "no-angle-bracket-type-assertion": true, "no-arg": true, "no-bitwise": false,