Skip to content

Commit

Permalink
Remove redundant env entry (#255)
Browse files Browse the repository at this point in the history
We don't need to set the environment to `node` in our ESLint config
because that is set by the Node.js config, which we extend from.
  • Loading branch information
Gudahtt committed Nov 15, 2022
1 parent 32abef3 commit 042d441
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .eslintrc.js
@@ -1,10 +1,6 @@
module.exports = {
root: true,

env: {
node: true,
},

parserOptions: {
ecmaVersion: 2018,
},
Expand Down

0 comments on commit 042d441

Please sign in to comment.