Skip to content

Commit

Permalink
Update eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
tshemsedinov committed May 13, 2023
1 parent 49cf7f7 commit 5a33538
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 @@ -6,7 +6,7 @@
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 2020
"ecmaVersion": "latest"
},
"globals": {
"BigInt": true
Expand Down

0 comments on commit 5a33538

Please sign in to comment.