From 049ffa16c07566507575de7530ac9a8e28a6130b Mon Sep 17 00:00:00 2001 From: NicBright Date: Thu, 30 Oct 2014 10:41:28 +0100 Subject: [PATCH] Add ESLint to QA Tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cacca4c..45ef1b0 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,7 @@ A collection of awesome browser-side JavaScript libraries, resources and shiny * [jscs](https://github.com/jscs-dev/node-jscs) - JavaScript Code Style checker. * [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. +* [ESLint](https://github.com/eslint/eslint) - A fully pluggable tool for identifying and reporting on patterns in JavaScript. ## MVC Frameworks and Libraries