Browse Source

added new-parens rule (#13119)

Patrick O'Carroll 7 years ago
parent
commit
dac2c62545
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tslint.json

+ 1 - 0
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,