-
Notifications
You must be signed in to change notification settings - Fork 468
JSLINT
FND edited this page Mar 17, 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:
- JSLint Report (using Node.js)
- JSLint Utils (using Node.js or Rhino)