From 19f9ea6fbb5b2f42843c71ba555444962b2228f7 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 9 Mar 2016 19:16:07 +0100 Subject: [PATCH] Added mocha to global eslint config. Fixes https://github.com/newtriks/generator-react-webpack/issues/195 --- .eslintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc b/.eslintrc index 13eea8c..b542daa 100644 --- a/.eslintrc +++ b/.eslintrc @@ -14,7 +14,8 @@ "browser": true, "amd": true, "es6": true, - "node": true + "node": true, + "mocha": true }, "rules": { "comma-dangle": 1,