|
|
|
|
|
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) |
|