From df33cdc810d212c3cef3d86c30b896694d48e372 Mon Sep 17 00:00:00 2001 From: Lau Bismaquer Date: Thu, 2 Mar 2017 20:05:55 +0100 Subject: [PATCH] Update .eslintrc.json --- .eslintrc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 4fa51af..c0e0934 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -2,8 +2,8 @@ "env": { "browser": true, "commonjs": true, - "mocha": true, - "phantomjs": true, + "mocha": true, + "phantomjs": true, "es6": true }, "extends": "eslint:recommended",