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.
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.