Skip to content

Commit

Permalink
bump to newer js
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Jun 18, 2024
1 parent 80edde4 commit b542585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
},
"parserOptions": {
"sourceType": "module",
"ecmaVersion": 2019,
"ecmaVersion": 2020,
},
"plugins": [
"eslint-plugin-html",
Expand Down

0 comments on commit b542585

Please sign in to comment.