Open osdevisnot opened 9 years ago
jshint supports loading config from package.json. This however, does not work with jshint-loader.
A workaround in webpack.config can be used as below:
jshint: require('./package.json').jshintConfig
Any change this can be supported in loader itself?
jshint supports loading config from package.json. This however, does not work with jshint-loader.
A workaround in webpack.config can be used as below:
Any change this can be supported in loader itself?