My current setup involves using webpack 2.4.2 for a Typescript-based AngularJS 1.6 application. Whenever I make modifications to files like .ts, .js, and .less, webpack automatically scans for lint errors and notifies me about them.
Although I'm unsure of the specifics behind how webpack detects changes and triggers linting processes, I am interested in incorporating custom commands for tasks such as checking for tslint errors. Can anyone provide guidance on how this can be implemented?