Merge pull request #64 from vlizard/master

Add code style checking library
This commit is contained in:
chencheng (云谦)
2014-10-21 11:38:48 +08:00

View File

@@ -127,6 +127,7 @@ A collection of awesome browser-side JavaScript libraries, resources and shiny
## QA Tools ## QA Tools
* [JSHint](https://github.com/jshint/jshint/) - JSHint is a tool that helps to detect errors and potential problems in your JavaScript code. * [JSHint](https://github.com/jshint/jshint/) - JSHint is a tool that helps to detect errors and potential problems in your JavaScript code.
* [jscs](https://github.com/jscs-dev/node-jscs) - JavaScript Code Style checker.
* [jsfmt](https://github.com/rdio/jsfmt) - For formatting, searching, and rewriting JavaScript. * [jsfmt](https://github.com/rdio/jsfmt) - For formatting, searching, and rewriting JavaScript.
* [buddy.js](https://github.com/danielstjules/buddy.js) - Magic number detection for JavaScript. * [buddy.js](https://github.com/danielstjules/buddy.js) - Magic number detection for JavaScript.