Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

JSHint

From Wikipedia, the free encyclopedia
JavaScript code analysis software
JSHint
Original author(s)Anton Kovalyov, forked from original code byDouglas Crockford
Initial releaseFebruary 18, 2011; 14 years ago (2011-02-18)
Stable release
2.13.6 / November 12, 2022; 2 years ago (2022-11-12)
Repository
Written inJavaScript
Operating systemCross-platform
Available inEnglish
TypeStatic code analysis
LicenseMIT license
Websitejshint.com

JSHint is astatic code analysis tool used insoftware development for checking ifJavaScriptsource code complies withcoding rules.[1] JSHint was created in 2011 by Anton Kovalyov as a fork of theJSLint project (byDouglas Crockford).[2][3] Anton and others felt JSLint was getting "too opinionated", and did not allow enough customization options.[4][5][6][7] The JSHint maintainers[8] publish both anonline version, and acommand-line version.

The online version is accessible through the official website in which users can paste code to run the application online.[1] The command-line version of JSHint (distributed as aNode.js module), enables automatedlinting processes by integrating JSHint into a project's development workflow.[9]

License

[edit]

Until 2020, JSHint was distributed under the MIT license except for one file which was still under theJSLint License (a slightly modified version of the MIT license). The additional clause specified that the software shall be used "for Good and not Evil". This clause, according to theFree Software Foundation, made the softwarenon-free.[10]

In August 2020, all code under the previous JSLint License was replaced with open-source software, making the software fully free software.[11]

See also

[edit]

References

[edit]
  1. ^abGraham, Wayne (2012).Beginning Facebook Game Apps Development. Apress.ISBN 9781430241706.[permanent dead link]
  2. ^"Why I forked JSLint to JSHint".anton.kovalyov.net. Anton Kovalyov. 2011-02-20. Archived fromthe original on 2011-02-24. Retrieved2018-02-26.[JSLint] has gotten uncomfortably opinionated
  3. ^"JSHint: A Community Driven Fork of JSLint".badassjs.com. Devon Govett. 18 February 2011.Archived from the original on 21 February 2011. Retrieved2011-02-21.[..] JSLint was getting a bit too opinionated [..]
  4. ^Elliot, Ian (21 February 2011)."JSHint - the (gentler) JavaScript code quality tool".www.i-programmer.info.Archived from the original on 2011-02-23. Retrieved2018-02-26.
  5. ^"Paren-Free".Brendan Eich. 2011-02-28.Archived from the original on 2011-02-28. Retrieved2018-02-26.
  6. ^"Help: JSHint".codekitapp.com. 2018-02-26. Retrieved2018-02-26.designed to be less opinionated and more configurable
  7. ^"JSLint vs JSHint".Scott Logic. Retrieved2018-02-26.
  8. ^"JSHint Team on GitHub".GitHub. Retrieved2018-02-26.Anton Kovalyov, Paul Irish, Rick Waldron, Mike Pennisi (@jugglinmike)
  9. ^Kovalyov, Anton."JSHint - a JavaScript Code Quality Tool". Retrieved22 January 2013.
  10. ^https://www.gnu.org/licenses/license-list.en.html#JSON see the comment about the JSON license
  11. ^"You May Finally Use JSHint for Evil".mikepennisi.com. 2020-08-03. Retrieved2020-08-03.

Further reading

[edit]

External links

[edit]
Code analysis
Supersets
Transpilers
Concepts
Debuggers
Doc generators
Editors(comparison)
Engines
Frameworks
Relatedtechnologies
Package managers
Module bundlers
Server-side
Unit testing frameworks(list)
People
Dialects
Engines
(comparison)
Frameworks
Client-side
Server-side
Multiple
  • Cappuccino
Libraries
People
Other
Fields
Concepts
Orientations
Models
Developmental
Other
Languages
Related fields
Retrieved from "https://en.wikipedia.org/w/index.php?title=JSHint&oldid=1259368556"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp