Merge pull request #421 from guylyons/master

add prettier to QA
This commit is contained in:
Huei Tan 2017-09-02 23:47:51 +02:00 committed by GitHub
commit 34ae105435
1 changed files with 1 additions and 0 deletions

View File

@ -157,6 +157,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
## QA Tools
* [prettier](https://github.com/prettier/prettier) - Prettier is an opinionated code formatter.
* [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.