llwanghong / jslint4java

Automatically exported from code.google.com/p/jslint4java
Other
0 stars 0 forks source link

integrate with JSHint #84

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
JSHint (http://www.jshint.com/) is a more configurable alternative to JSLint. 
It can adapt to different project coding style and companies pre-existing 
standards. Originally a fork, its API is mostly compatible with JSHint except 
that the exported namespace is called JSHINT instead of JSLINT.

The porting effort should be minimal and the choice of the tool to use could be 
exposed as an option.

Original issue reported on code.google.com by damien.g...@nexr.com on 29 Jun 2012 at 1:55

GoogleCodeExporter commented 9 years ago
Options names in pom.xml for the maven plugin may also differ.

Original comment by damien.g...@nexr.com on 29 Jun 2012 at 5:14