Merge pull request #75 from danielstjules/add-jsinspect

Added jsinspect
This commit is contained in:
chencheng (云谦) 2014-11-24 09:08:22 +08:00
commit 6880ad9a95

View File

@ -129,6 +129,7 @@ A collection of awesome browser-side JavaScript libraries, resources and shiny
* [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.
* [jsinspect](https://github.com/danielstjules/jsinspect) - Detect copy-pasted and structurally similar code.
* [buddy.js](https://github.com/danielstjules/buddy.js) - Magic number detection for JavaScript.
* [ESLint](https://github.com/eslint/eslint) - A fully pluggable tool for identifying and reporting on patterns in JavaScript.