Skip to content

Commit

Permalink
update es2022 globals
Browse files Browse the repository at this point in the history
  • Loading branch information
marcustyphoon committed Dec 7, 2024
1 parent 2e4e403 commit 6c62eed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
parserOptions:
ecmaVersion: 2022
env:
es6: true
es2022: true
browser: true
jquery: true
webextensions: true
Expand Down Expand Up @@ -50,7 +50,6 @@
parserOptions:
sourceType: module
globals:
BigInt: readonly
_: readonly
XKit: writable
XBridge: writable
Expand Down

0 comments on commit 6c62eed

Please sign in to comment.