diff --git a/.eslintrc.js b/.eslintrc.js index 53df54ad..6cf35e62 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,10 +1,6 @@ module.exports = { root: true, - env: { - node: true, - }, - parserOptions: { ecmaVersion: 2018, },