JSLint is a "code quality" tool for JavaScript developed by Douglas Crockford, a well-known developer also responsible for JSON, JSMin, ADSafe and parts of YUI.
So I'm using JSLint to try and detect errors. I turn some options off I don't like, but I don't …
javascript jslintI notice that in CoffeeScript, if I define a function using: a = (c) -> c=1 I can only get …
javascript coffeescript jslint function-declarationCan anyone point to a functioning JSLint plug-in for Eclipse?
eclipse eclipse-plugin jslintHow can I stop the error message Expected '===' and instead saw '=='. from appearing in jslint. Doesn't …
javascript debugging jslintI am working on making all of our JS code pass through jslint, sometimes with a lot of tweaking with …
javascript jslintI have been validating my JavaScript using JSLint for about 2 years now and once in a while there are rules …
javascript jslintwhat can I do if JSLint complains about "i" being an unused variable in such a scenario: var items = "<…
javascript jquery jslintI've run JSLint for the first time on a rather lengthy file, and I have a lot of errors like …
javascript jslintJSLint site updated, and I cannot check JS scripts anymore. For me, this warning is not critical, and I don't …
javascript jslintJavaScript programs can be checked for errors in IDEs or using online web apps but I'm looking for a way …
javascript syntax-error jslint jshint