Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcelod/jslint
The JavaScript Code Quality Tool
https://github.com/marcelod/jslint
Last synced: 3 months ago
JSON representation
The JavaScript Code Quality Tool
- Host: GitHub
- URL: https://github.com/marcelod/jslint
- Owner: marcelod
- Fork: true (jslint-org/jslint)
- Created: 2012-09-06T18:26:19.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-08-24T21:39:19.000Z (over 12 years ago)
- Last Synced: 2024-04-17T03:13:05.123Z (9 months ago)
- Language: JavaScript
- Homepage: http://JSLint.com/
- Size: 593 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
JSLint, The JavaScript Code Quality Tool
Douglas Crockford
[email protected]2012-02-21
jslint.js contains the fully commented global JSLINT function.
jslint.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 init_ui.js (which are). The
js files should all be minified, and all except init_ui.js are concatenated
together to form web_jslint.js.adsafe.js https://github.com/douglascrockford/ADsafe
json2.js https://github.com/douglascrockford/JSON-jsintercept.js augments ADsafe, giving widgets access to the clock, cookies,
and the JSLINT function.init_ui.js hooks the HTML ui components to ADsafe.
lint.html describes JSLint's usage. Please read it.
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=1The place to express yourself in programming is in the quality of your ideas,
and the efficiency of execution. The role of style is the same as in
literature. A great writer doesn't express himself by putting the spaces
before his commas instead of after, or by putting extra spaces inside his
parentheses. A great writer will slavishly conform to some rules of style,
and that in no way constrains his power to express himself creatively.
See for example William Strunk's The Elements of Style
[http://www.crockford.com/wrrrld/style.html].This applies to programming as well. Conforming to a consistent style
improves readability, and frees you to express yourself in ways that matter.
JSLint here plays the part of a stern but benevolent editor, helping you to
get the style right so that you can focus your creative energy where it is
most needed.