Search code examples
javascriptcontinuous-integrationcode-standards

JavaScript code standards checker


Are there any code standards/style guide checkers for JavaScript?

Basically, the equivalent of PHP_CodeSniffer, but for JavaScript.


Solution

  • There is an open source one called jscs, no experience with it though:

    https://github.com/mdevils/node-jscs

    It offers NPM (node.js) and Grunt packages for download.