-
Notifications
You must be signed in to change notification settings - Fork 467
JSLINT
bquarmby edited this page Oct 4, 2013
·
20 revisions
JSLINT is a JavaScript function that implements the JSLint code quality tool. The JSLINT function is itself independent of the browser or any other platform, so it can be run in any JavaScript environment without modification. All that is required is to provide some plumbing to get source and options to JSLINT, and to do something interesting with its products.
These are some of the uses that are possible:
- JSLint in a web page
- JSLint on the command line:
- node-jslint
- JSLint Reporter (using Node.js)
- JSLint Utils (using Node.js or Rhino)
- jslint4java (based on Rhino, also integrates with Ant and Maven)
- JSLint.NET (using V8 for .NET, also integrates with MSBuild and Visual Studio)