This is a fork of
JSLint, The JavaScript Code Quality Tool
originally by Douglas Crockford.
For more information about JSLint visit the original repository or the website.
The main reason for this fork was to be able to use JSLint in an extension for Adobe Brackets which includes this repository as a submodule. You can find the extension here: https://github.com/JoachimK/brackets-continuous-compilation
To make it easier to integrate, I modified the original implementation to work as a require.js module.
I also plan to make some changes to the JSLint function (mainly add information to the error objects) to make it more useful as an API for other tools wanting to report the errors in different ways.
I you can make use of any of this feel free to fork the repo.