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 } };