Added jsinspect

This commit is contained in:
Daniel St. Jules 2014-11-22 13:36:17 -08:00
parent f2ad6d3424
commit 59b976492c
1 changed files with 1 additions and 0 deletions

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.