https://github.com/angular/angular
Revision 05a1cebceb5ec8f764a25a6c08101c5a5011ba81 authored by Danny Skoog on 16 October 2019, 23:52:48 UTC, committed by Matias Niemelä on 17 October 2019, 18:12:01 UTC
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
1 parent 1281bef
Raw File
Tip revision: 05a1cebceb5ec8f764a25a6c08101c5a5011ba81 authored by Danny Skoog on 16 October 2019, 23:52:48 UTC
style: enforce disallowance of String, Number and Boolean constructors (#33210)
Tip revision: 05a1ceb
.gitignore
built/
dist/
vendor/
*/src/*.d.ts
*/src/*.js
**/*.ngfactory.ts
**/*.ngsummary.json
**/*.ngsummary.ts
**/.yarn_local_cache*
back to top