Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 343 Bytes

JSHINT.md

File metadata and controls

3 lines (2 loc) · 343 Bytes

JSHint

JSHint was created as a more configurable version of JSLint (of which it is a fork). You can configure every rule, and put them into a configuration file, which makes JSHint easy to use in bigger projects. JSHint also has good documentation for each of the rules, so you know exactly what they do.