JSCS is a code style checker for JavaScript.
JSCS — JavaScript Code Style.
Notice that lately, it was announced that JSCS is merging with ESLInt.
jscs is a javascript code style checker. You can configure jscs for your project in detail using over 90 validation rules, including presets from popular style guides like jQuery.
Presets
- Crockford - javascript.crockford.com
- Google - github.com/google/styleguide
- jQuery - contribute.jquery.org
- MDCS - Mr.doob's Code Style™
- Wikimedia - mediawiki.org
- Yandex - ymaps/codestyle
Friendly packages
- Grunt task
- Gulp task
- SublimeText 3 Plugin
- Atom Plugin
- Syntastic VIM Plugin
- Web Essentials for Visual Studio 2013