Commonly Compared
Ranked in these QuestionsQuestion Ranking
Pros
Pro Support for custom reporters
JSCS supports custom reporters, which are very helpful when you want to integrate JSCS with other tools that require a specific writing style.
Pro Several presets available
JSCS needs a configuration file and a preset to start linting your code. But it's not a problem since there are a lot of pre-made presets available in their website. jQuery style, and Google coding style for example are included.
Cons
Con No longer developed
Merged with ESLint https://medium.com/@markelog/jscs-end-of-the-line-bc9bf0b3fdb2
Con Only detects code style violations
JSCS is useful only for enforcing coding styles. As such it cannot detect potential bugs or issues in your code.