Skip to content
Freddie Page edited this page Feb 4, 2020 · 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:

Clone this wiki locally