From c9254d06812ade99e5e83ae097d39c737b91663f Mon Sep 17 00:00:00 2001 From: SleepWalker Date: Mon, 5 Dec 2016 21:14:59 +0200 Subject: [PATCH] Update eslint config for tests --- tests/.eslintrc.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/.eslintrc.json b/tests/.eslintrc.json index 28e4425..6ec8b14 100644 --- a/tests/.eslintrc.json +++ b/tests/.eslintrc.json @@ -3,10 +3,5 @@ "browser": true, "es6": true, "mocha": true - }, - - "globals": { - "sinon": true, - "expect": true } }