Explorar el Código

added new-parens rule (#13119)

Patrick O'Carroll hace 7 años
padre
commit
dac2c62545
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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,