diff --git a/test/.eslintrc.js b/test/.eslintrc.js index 1ecfb4f..bf3479f 100644 --- a/test/.eslintrc.js +++ b/test/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - 'env': { - 'mocha': true - }, -} + env: { + mocha: true + } +};