JSCS checks your JavaScript
jscs file.js --preset=airbnb
JSCS has built-in presets to check your code against. Or you can create your own and share them as npm packages.
Support for ES2015, JSX, Flow, and more
jscs src --esnext
JSCS can lint any valid Babel code.
Automatically fix your errors
jscs src --fix
Automatically create your configuration file
jscs --auto-configure src
Base your own config off of the closet preset to your own style.
Use JSCS with your favorite tools
Support for grunt, gulp, sublime, atom, etc
Who uses JSCS?
and many other awesome projects
Who develops JSCS?