Ng lint while watching file changes at ng runtime?

I need to run "ng lint" with ng serve, ng-build also with watch, is there a way to run ng lint while watching file changes during ng service?

+3


source to share


1 answer


No, there is currently no such option. However, tslint is integrated into many popular IDEs and editors.



0


source







All Articles