Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 411 Bytes

JSHINT.md

File metadata and controls

8 lines (6 loc) · 411 Bytes
title excerpt
JSHint
a JavaScript code linter

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.