From 96b27b9505e0c756e694bc0e543de92c5bc41478 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 9 Jul 2017 19:30:50 +0100 Subject: [PATCH] Clean up test/.eslintrc.js --- test/.eslintrc.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/.eslintrc.js b/test/.eslintrc.js index bf5793a..bf3479f 100644 --- a/test/.eslintrc.js +++ b/test/.eslintrc.js @@ -1,6 +1,5 @@ - module.exports = { env: { - mocha: true + mocha: true } };