From acd53a74b301ecc54470287c906667acc4048fee Mon Sep 17 00:00:00 2001 From: ggoodman Date: Fri, 7 Feb 2014 10:03:10 -0500 Subject: [PATCH] Add Plunker to list of code quality tools Plunker has live jsHinting built into its editor and can provide those results in a dedicated linting pane. --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index fc8b3467..76c6c1f5 100644 --- a/readme.md +++ b/readme.md @@ -76,7 +76,8 @@ * [JavaScript Lint (JSL)](http://javascriptlint.com/) * [jshint](http://jshint.com/) * [jslint](http://jslint.org/) - + * [Plunker](http://plnkr.co/edit/) + * ## Get Smart ### [Annotated ECMAScript 5.1](http://es5.github.com/)