Skip to content

Commit

Permalink
Update ecmaVersion to ES2020 in eslintrc.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaehring committed Nov 28, 2023
1 parent c26f6e5 commit 214d421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"SharedArrayBuffer": "readonly"
},
"parserOptions": {
"ecmaVersion": 2018,
"ecmaVersion": 2020,
"sourceType": "module"
},
"rules": {
Expand Down

0 comments on commit 214d421

Please sign in to comment.