diff --git a/.eslintrc.js b/.eslintrc.js index 0ed149ed3..f5657a947 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,7 +1,8 @@ module.exports = { root: true, env: { - node: true + node: true, + jest: true }, 'extends': [ 'plugin:vue/vue3-essential', @@ -13,8 +14,5 @@ module.exports = { rules: { 'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off', 'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off' - }, - "env": { - "jest": true } } \ No newline at end of file