Skip to content

Commit

Permalink
[eslint] use latest ecmaVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrasd committed Sep 29, 2022
1 parent acaee9b commit 8b4eca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"d3": false
},
"parserOptions": {
"ecmaVersion": 6,
"ecmaVersion": "latest",
"sourceType": "module"
},
"rules": {
Expand Down

0 comments on commit 8b4eca8

Please sign in to comment.