John McCarthy

Results 6 comments of John McCarthy

This should be possible. The loader uses [rcloader](https://github.com/spalger/rcloader), which looks for the closest resource file relative to another file. It also allows for an override option to always return the...

@oller Thanks for the pointer. I took a quick look, and it looks like csslint has a different API than jshint where you can simply passing `configFile`. I took another...

+1 Just ran into this too. Please consider merging this PR. It would be nice to have this jshint feature supported in the jshint-loader. Thanks @sokra for your work on...

:sweat_smile: @sokra I really appreciate all your efforts on webpack and would love to help. I use this loader in my builds and can help maintain it. I don't know...

Hi @xbill82. I'm trying to help maintain this loader. You should see the warnings above the error in the webpack output with just the `failOnHint` option. Are you using the...

I tried to but ran into other issues with request and the connection management. It was somewhat working but after struggling with it for a few days, I had to...