Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
douglascrockford committed Nov 12, 2010
1 parent ca120a7 commit 7800939
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
JSLint, The JavaScript Code Quality Tool

Douglas Crockford
douglas@crockford.com

2010-11-12

fulljslint.js contains the fully commented JSLINT function.

fulljslint.html runs the JSLINT function in a web page. The page also depends
on adsafe.js and json2.js (which are not included in this project) and web.js
(which is).

web.js scripts the fulljslint.html ui.

rhino.js is a sample companion script to run fulljslint.js on Rhino.

wsh.js is a sample companion script to run fulljslint.js on WSH.

lint.html describes JSLint's usage.

0 comments on commit 7800939

Please sign in to comment.