From a6189bd25ba9b8e45338848beffa9918eed46ee1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Sun, 15 Jan 2017 17:32:23 +0100 Subject: [PATCH] Remove mocha env --- .eslintrc.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index fc4bf8aeb8..987af7e911 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -6,8 +6,7 @@ module.exports = { }, env: { browser: true, - node: true, - mocha: true + node: true }, extends: 'standard', // required to lint *.vue files