Skip to content

Commit

Permalink
CI: Disallow document global
Browse files Browse the repository at this point in the history
  • Loading branch information
AbeJellinek committed Jun 27, 2024
1 parent e2bcb03 commit 7dc9469
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@
}
],

"no-restricted-globals": ["error", {
"name": "document",
"message": "Use doc instead."
}],

"zotero-translator/not-executable": "error",
"zotero-translator/header-valid-json": "error",
"zotero-translator/header-translator-id": "error",
Expand Down

0 comments on commit 7dc9469

Please sign in to comment.