Skip to content

Commit

Permalink
eslint to use es2021
Browse files Browse the repository at this point in the history
  • Loading branch information
tbo committed Dec 14, 2022
1 parent 46313db commit b07a203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
env: {
browser: true,
es6: true, // todo, increase this es2016 or later to use new Javascript features
es2021: true,
node: true,
},
extends: ['eslint:recommended', 'plugin:import/recommended'],
Expand Down

0 comments on commit b07a203

Please sign in to comment.