Skip to content

Commit

Permalink
CI: Tell ESLint that we're in a browser environment
Browse files Browse the repository at this point in the history
Should no longer complain about the `URL` global.
  • Loading branch information
AbeJellinek committed Mar 10, 2023
1 parent 48a038d commit 32aa378
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"env": {
"browser": false,
"browser": true,
"es2017": true
},
"extends": [
Expand All @@ -13,14 +13,9 @@
"Zotero": "readonly",
"Z": "readonly",
"ZU": "readonly",
"DOMParser": "readonly",
"URLSearchParams": "readonly",
"XPathResult": "readonly",
"XMLSerializer": "readonly",
"attr": "readonly",
"innerText": "readonly",
"text": "readonly",
"atob": "readonly",
"request": "readonly",
"requestText": "readonly",
"requestJSON": "readonly",
Expand Down

0 comments on commit 32aa378

Please sign in to comment.