github jshint/jshint 2.5.3
JSHint 2.5.3

latest releases: 2.13.6, 2.13.5, 2.13.4...
9 years ago
be72485v2.5.4
f4eeb5cfix indentation and change to double quotes
5de760dfix indentation
5071566#1603 remove unnecessary if check. fixed some spacing issues webstorm's default is 4 spaces and jshint uses 2 my bad.
9825425#1603 I have added a check of "predefined" to see if a blacklisted object is already there and if it is delete it from predefined. In the event that someone adds for example {predef:["-JSON"]} it would already exist in predefined before being black listed. because of this the black list check in combine never had a chance to prevent the addition of JSON even though it was defined with - in predef.
53729c8#1603 adding new option unit test and fixture file to test "-globaloptioname" in predef
c21ea18Overrides doesn't match relative paths
9caf106Support TemplateLiterals and quotemark option. Fixes gh-1798
79b9624Potential leak warning on non-param bindings. Fixes gh-1802
8ed9cc6Remove spurious argument in call to 'lookupBlockType'.
53a66a4Remove spurious argument in call to 'prefix'.
2d72279Remove spurious arguments in calls to 'suffix'.
2773606Remove spurious arguments in calls to 'bitwiseassignop'.
3d78f68Remove spurious arguments in calls to 'statement' and 'statements'.
54c2900Moving newEcmaIdentifiers globals to ecmaIdentifiers
c39d4cfDon't use for-in for arrays.
593b454Test: Custom cwd test for #1771.
0165d5cAPI: Ability to set cwd for .jshintignore lookup.
cc0fac6Fixes #1569
6441751Config: Prioritize userprofile for HOME search. In Windows, it turns out if the current user is not the default user, `environment.HOME` returns drive root instead of the user-profile directory.
90afb1fmoved eqnull, lastsemic, loopfunc,expr,esnext to relaxing options. Also cleaned up some formatting mistakes
a28b3feFixes #1569

Don't miss a new jshint release

NewReleases is sending notifications on new releases.