Skip to content

Commit

Permalink
Expect ES2020 in Node.js, too
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonrayhamilton committed Sep 11, 2020
1 parent c46a3cc commit 686301f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ module.exports = {
node: true
},
parserOptions: {
ecmaVersion: 2018
ecmaVersion: 2020
}
}

0 comments on commit 686301f

Please sign in to comment.