Skip to content

Commit

Permalink
Merge pull request #13 from tbo47/eslint-es2021
Browse files Browse the repository at this point in the history
eslint to use es2021
  • Loading branch information
tbo47 authored Feb 1, 2023
2 parents a1f2ca7 + b07a203 commit 2402342
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 2402342

Please sign in to comment.