JSHint

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
JSHint
Original author(s) Anton Kovalyov, forked from original code by Douglas Crockford
Initial release December 16, 2010; 13 years ago (2010-12-16)
Stable release 2.9.2 / April 19, 2016; 8 years ago (2016-04-19)
Development status Active
Written in JavaScript
Operating system Cross-platform
Available in English
Type Static code analysis
License Modified MIT license
Website jshint.com

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. 1.0 1.1 Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. https://www.gnu.org/licenses/license-list.en.html#JSON see the comment about the JSON license

Further reading

  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.

External links


<templatestyles src="Asbox/styles.css"></templatestyles>