Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,12 @@ A collection of static analysis tools and code quality checkers for all programm

## Javascript

* [complexity-report](https://github.com/jared-stilwell/complexity-report) - Software complexity analysis for JavaScript projects
* [escomplex](https://github.com/jared-stilwell/escomplex) - Software complexity analysis of JavaScript-family abstract syntax trees.
* [Esprima](https://github.com/jquery/esprima) - ECMAScript parsing infrastructure for multipurpose analysis
* [JSLint](https://github.com/douglascrockford/JSLint) - The JavaScript Code Quality Tool
* [plato](https://github.com/es-analysis/plato) - Visualize JavaScript source complexity
* [yardstick](https://github.com/calmh/yardstick) - Javascript code metrics

## PHP

Expand Down