TSLINT with Angular CLI can you get it to fail a build

315 Views Asked by At

I am using tslint/codelyzer with Angular 5 and Visual studio code.

Basically I want to configure things so when I do ng build OR ng serve there will be compile time errors if any tslint rules are broken. Is this possible?

0

There are 0 best solutions below