-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow using custom jshint.js #14
Comments
This is a good idea. Someone should do this. Patches welcome :) |
This doesn't sounds like a huge job, I'd be happy to create a pull request. However, it would help if you tole me which build version of jshint.js is the one that can be used with Rhino (I'm already asking this in #13); I'm hoping answer to that will save me the investigation phase :) |
@kryger I've embedded the latest jshint in the plugin. If you look at the changes I made, you should be able to figure out how to add this functionality pretty easily. |
Currently there's no way to use JSHint version different than the one bundled in
src/main/resources/com/cj/jshintmojo/jshint/
, it would be nice if there was an option to specify a path to an alternativejshint.js
.The text was updated successfully, but these errors were encountered: