diff --git a/README.md b/README.md index 948e3a6..c4d5bbe 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ A collection of awesome browser-side JavaScript libraries, resources and shiny * [Package Managers](#package-managers) * [Loaders](#loaders) * [Testing Frameworks](#testing-frameworks) + * [QA Tools](#qa-tools) * [MVC Frameworks](#mvc-frameworks) * [Templating Engines](#templating-engines) * [Data Visualization](#data-visualization) @@ -105,6 +106,13 @@ A collection of awesome browser-side JavaScript libraries, resources and shiny * [karma](https://github.com/karma-runner/karma) - Spectacular Test Runner for JavaScript. +## QA Tools + +* [JSHint](https://github.com/jshint/jshint/) - JSHint is a tool that helps to detect errors and potential problems in your JavaScript code. +* [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. + + ## MVC Frameworks * [angular.js](https://github.com/angular/angular.js) - HTML enhanced for web apps.