Skip to content

Commit

Permalink
updated eslint to v8, fixing top-level await error
Browse files Browse the repository at this point in the history
  • Loading branch information
Bero committed May 22, 2024
1 parent c58f1f3 commit df6988a
Show file tree
Hide file tree
Showing 4 changed files with 363 additions and 523 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
],
"parserOptions": {
"sourceType": "module",
"ecmaVersion": 2022,
"ecmaFeatures": {
"modules": true
}
Expand Down
Loading

0 comments on commit df6988a

Please sign in to comment.