From c581c9f306ed8354b616c9c794ca9d370659e3aa Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 23 Sep 2014 15:00:50 -0700 Subject: [PATCH] mention ESLint in CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 32a40a5..6178ddc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ Please don't edit files in the `dist` subdirectory as they are generated via Grunt. You'll find source code in the `src` subdirectory! ### Code style -The project's coding style is laid out in the JSHint and JSCS configurations. +The project's coding style is laid out in the JSHint, ESLint, and JSCS configurations. ### PhantomJS Grunt can run the included unit tests via [PhantomJS](http://phantomjs.org/).