angular / devkit

MIT License
545 stars 156 forks source link

refactor(@angular-devkit/build-angular): directly load TSLint #1011

Closed clydin closed 6 years ago

clydin commented 6 years ago

@angular-devkit/build-angular is now a project dependency allowing tslint to be directly loaded and avoid the additional project root logic. Also allows for using a global tslint version if desired and a side effect of improved monorepo support.