JSHint
Original author(s) | Anton Kovalyov, forked from original code by Douglas Crockford |
---|---|
Initial release | December 16, 2010 |
Stable release |
2.9.2
/ April 19, 2016 |
Development status | Active |
Written in | JavaScript |
Operating system | Cross-platform |
Available in | English |
Type | Static code analysis |
License | Modified MIT license |
Website |
jshint |
JSHint is a static code analysis tool used in software development for checking if JavaScript source code complies with coding rules.[1] It was forked from Douglas Crockford's JSLint project, as it was felt that the original did not allow enough customization options. There is also an internet version available at its official website in which users can paste code to run the application online.[1] A command-line version of JSHint, distributed as a Node.js module, makes it possible to automate one's linting process and integrate JSHint into the website's development workflow.[2]
License
JSHint is distributed under an MIT license, except for one file still under the JSLint License which is a slightly modified version of the MIT license. The additional clause specifies that the software shall be used for Good and not Evil and makes the Software proprietary.[3]
See also
References
- 1 2 Graham, Wayne (2012). Beginning Facebook Game Apps Development. Apress. ISBN 9781430241706.
- ↑ Kovalyov, Anton. "JSHint - a JavaScript Code Quality Tool". Retrieved 22 January 2013.
- ↑ https://www.gnu.org/licenses/license-list.en.html#JSON see the comment about the JSON license
Further reading
- Zakas, Nicholas (May 2012). Maintainable JavaScript (1 ed.). O'Reilly Media. ISBN 978-1-449-32768-2.
- Otero, Cesar (May 2012). Professional jQuery (1 ed.). John Wiley & Sons. ISBN 978-1-118-02668-7.
- Ullman, Larry (February 2012). Modern JavaScript: Develop and Design (1 ed.). Peachpit Press. ISBN 978-0321812520.
- "JSHint - the (gentler) JavaScript code quality tool". IProgrammer. February 21, 2011. Retrieved June 6, 2012.