Skip to content

Commit

Permalink
Upgrade JSHint to version 2.1.10
Browse files Browse the repository at this point in the history
Add test for extra comma warning (requires "es3": true as of JSHint 2.0)
  • Loading branch information
ralfstx committed Aug 20, 2013
1 parent e8522f9 commit 9ba82ca
Show file tree
Hide file tree
Showing 4 changed files with 19,023 additions and 7,338 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
*/
public class JSHint {

private static final String DEFAULT_JSHINT_VERSION = "2.1.2";
private static final String DEFAULT_JSHINT_VERSION = "2.1.10";
private static final int DEFAULT_JSHINT_INDENT = 4;
private ScriptableObject scope;
private Function jshint;
Expand Down
Loading

0 comments on commit 9ba82ca

Please sign in to comment.