Douglas Crockford is announcing that JSLint with version number 2015-07-10 is already available to download.
What is JSLint ?
JSLint is A JavaScript tool for identifying problems in JavaScript code, helping programmers find and solve bugs before they launch their code into production .
JSLint is at its base a library to analyze code quality and help with debugging the infinitely complicated JavaScript language.To use, just paste your code in JSLint's textarea, activate the options you want to test it for and wait for the results to appear.JSLint can be a valuable tool for fixing "avoidable" problems in JavaScript, mainly regarding code organization and JS syntax. JSLint will not make someone a better programmer, nor it will help him write faster, more efficient applications.Besides JavaScript, JSLint can also be used for testing out valid JSON strings.
This is changelog for JSLint version 2015-07-10 :
You can read the complete changelog and also download this latest version on their homepage:
jslint.com