A Comparison of JavaScript Linting Tools

Thanks for pretty nice article.

But I’m not sure why you comparing linting tools with code style checker (JSCS).

I don’t know a project which using JSCS without a linter. JSCS itself is not a linter, but a lint-like tool that checks your code style (but not report suspicious parts like undefined variables or other bad parts).

Linting for me is not the same as linting for you :wink: