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:
parent
3dc6490e72
commit
0e260d2c3b
|
@ -14,6 +14,7 @@
|
||||||
true,
|
true,
|
||||||
"log"
|
"log"
|
||||||
],
|
],
|
||||||
|
"no-construct": true,
|
||||||
"no-duplicate-imports": true,
|
"no-duplicate-imports": true,
|
||||||
"no-duplicate-variable": true,
|
"no-duplicate-variable": true,
|
||||||
"no-jasmine-focus": true,
|
"no-jasmine-focus": true,
|
||||||
|
|
Loading…
Reference in New Issue