cjdev2 / jshint-mojo

A simple, speedy maven plugin for running javascript code through jshint
GNU General Public License v2.0
40 stars 32 forks source link

jshint 2.9.0 support #66

Closed dfa1 closed 2 years ago

dfa1 commented 8 years ago

All tests are ok. Runs fine as plugin with the following configuration:

<version>2.9.0</version>
<failOnError>true</failOnError>               
<options>strict:func,eqeqeq,noarg,undef,unused,freeze,curly,bitwise,forin,iterator,maxdepth:2,notypeof,shadow:false,nonbsp,jasmine,browser</options>

This pull request contains a (naive?) workaround for jshint/jshint#2308.