webpack-contrib / jshint-loader

[DEPRECATED] jshint loader for webpack, please migrate on `eslint`
MIT License
67 stars 37 forks source link

Only changed file warnings #47

Open xeontem opened 7 years ago

xeontem commented 7 years ago

Hello everyone.

I have a big project on Webpack. And I trying to integrate jshint-loader. But I encountered some problems. JSHint generates too many warning messages in the command line. And maybe exists such option in config, that show warnings only in a modified file.

For example, I have two files: index.js and app.js. I made some changes in the index.js file and I want to see only warnings from my index.js file. But I got warnings from both files instead.