Skip to content

Commit

Permalink
update to es2022/"modern"
Browse files Browse the repository at this point in the history
  • Loading branch information
marcustyphoon committed Dec 6, 2024
1 parent 4176de1 commit cd249cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
root: true
parserOptions:
ecmaVersion: 2018
ecmaVersion: 2022
env:
es6: true
browser: true
Expand Down
3 changes: 2 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"128": "icon.png"
},
"manifest_version": 2,
"minimum_chrome_version": "44.0",
"minimum_chrome_version": "103.0",
"name": "New XKit",
"author": "New XKit Team",
"permissions": ["storage", "unlimitedStorage", "*://*.tumblr.com/*", "https://new-xkit.github.io/XKit/*", "https://cloud.new-xkit.com/*" ],
Expand All @@ -36,6 +36,7 @@
"applications": {
"gecko": {
"id": "@new-xkit",
"strict_min_version": "115.0",
"update_url": "https://new-xkit.github.io/XKit/Extensions/dist/page/FirefoxUpdate.json"
}
}
Expand Down

0 comments on commit cd249cb

Please sign in to comment.