Hacker News new | ask | show | jobs
by lazerwalker 5245 days ago
It sounds to me like what you need isn't an escape from JSLint, but rather a better JSLint config file that skips the stylistic checks you dislike. JSLint at its strictest can definitely be a little too strict.

(of course, there's really no reason to be using JSLint over JSHint anyway)

1 comments

Well that was actually my point; JSHint is effectively a highly configurable version of JSLint.
JSLint is already a highly configurable version of JSLint. JSHint is a leniently configured JSLint.