style: enforce disallowance of String, Number and Boolean constructors (#33210)

The `no-construct` tslint rule partially enforces the style guide rule https://google.github.io/styleguide/jsguide.html#disallowed-features-wrapper-objects

PR Close #33210
This commit is contained in:
Danny Skoog 2019-10-17 01:52:48 +02:00 committed by Matias Niemelä
parent 3dc6490e72
commit 0e260d2c3b
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
true,
"log"
],
"no-construct": true,
"no-duplicate-imports": true,
"no-duplicate-variable": true,
"no-jasmine-focus": true,