Skip to content

AndyStricker/JSLint

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSLint, The JavaScript Code Quality Tool - with Rhino runner

Douglas Crockford
douglas@crockford.com

--- Rhino runner note -------------------------------------------------------

This is a special branch containing an extended Rhino runner of the one that
was included upstream but is now removed.

This project is intended to provide the original upstream along with this
runner.

Bugfixes and suggestions should be targeted here:

https://github.com/AndyStricker/JSLint

Or by writing an E-Mail to me:

Andreas Stricker <astricker@knitter.ch>

----------------------------------------------------------------------------

2010-12-02

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 [www.ADsafe.org] and json2.js [www.JSON.org] (which are not
included in this project) and intercept.js and fullinit_ui.js (which are). The
js files should all be minified, and all except fullinit_ui.js are concatenated
together to form fullwebjslint.js.

intercept.js augments ADsafe, giving widgets access to cookies and the JSLINT
function.

fullinit_ui.js hooks the HTML ui components to ADsafe.

lint.html describes JSLint's usage.

Direct questions and comments to http://tech.groups.yahoo.com/group/jslint_com/.

JSLint can be run anywhere that JavaScript (or Java) can run. See for example
http://tech.groups.yahoo.com/group/jslint_com/database?method=reportRows&tbl=1

About

The JavaScript Code Quality Tool - with Rhino runner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%