Skip to content

Commit

Permalink
Allow es2018 syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
speedytwenty committed Apr 5, 2022
1 parent 26aa33d commit a24050b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
@@ -1,6 +1,6 @@
module.exports = {
parserOptions: {
ecmaVersion: 6,
ecmaVersion: 2018,
},
env: {
node: true,
Expand Down

0 comments on commit a24050b

Please sign in to comment.