Skip to content

Commit

Permalink
lint: set eslint parser option to ecmaVersion 2020
Browse files Browse the repository at this point in the history
  • Loading branch information
HJunyuan committed Aug 30, 2024
1 parent d28a132 commit 896e504
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"extends": ["airbnb-base", "prettier"],
"parserOptions": { "ecmaVersion": 2020 },
"env": {
"jest/globals": true
},
Expand Down

0 comments on commit 896e504

Please sign in to comment.