From 2b77b2866c7ea59a536aa858556d79fc5c73c6e9 Mon Sep 17 00:00:00 2001 From: Guy Date: Wed, 19 Jul 2017 09:15:08 -0400 Subject: [PATCH] add prettier to QA --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3b7dc23..93cbacc 100644 --- a/README.md +++ b/README.md @@ -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.