Skip to content

Commit

Permalink
Merge pull request #454 from peterramsing/bump-eslint-to-modern-js
Browse files Browse the repository at this point in the history
Bumps the env version to es2017
  • Loading branch information
peterramsing committed Jun 30, 2022
2 parents 49c96c8 + eff4246 commit f2f252a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
@@ -1,6 +1,6 @@
module.exports = {
env: {
es6: true,
es2017: true,
node: true,
},
plugins: ['prettier'],
Expand Down

0 comments on commit f2f252a

Please sign in to comment.