Skip to content

Commit

Permalink
style: update eslint ecmaVersion to 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
Chinlinlee committed Oct 9, 2023
1 parent e1082b5 commit fa806b6
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
@@ -1,6 +1,6 @@
{
"parserOptions": {
"ecmaVersion": 2018
"ecmaVersion": 2022
},
"env": {
"browser": true,
Expand Down

0 comments on commit fa806b6

Please sign in to comment.