You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 18, 2019. It is now read-only.
Hmm this option seems to be only supported by the cli, bummer :( We're using the node api.
It's more of a jshint issue, in a sense that its node api lacks this feature. But if we would wan't to support this, we would probably need to reimplement it in the loader. I'll explore this possibility a bit more.
Doesn't seem to be getting any traction though, been open for a while 😄 But this is definitely something we would need to support. Since we lint on file by file basis it shouldn't be too difficult to implement, so I guess we could add it to the loader.
I just started using jshint-loader with an existing
.jshintrc
file containing anoverrides
section:This works fine with jshint itself and many IDEs, but jshint-loader throws this warning:
Could this be supported by jshint-loader as well, since it's supported by jshint?
Environment:
webpack 1.13.2
jshint: 2.9.3
jshint-loader: 0.8.3
npm: 3.10.3
node: 6.3.1
The text was updated successfully, but these errors were encountered: