Skip to content

Commit

Permalink
Added dom to JS globals
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlui authored Nov 18, 2024
1 parent 9925d41 commit 44f8450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default [
ecmaVersion: 'latest', sourceType: 'script',
globals: {
...globals.browser, ...globals.greasemonkey, ...globals.node,
chatgpt: 'readonly', chrome: 'readonly', CryptoJS: 'readonly'
chatgpt: 'readonly', chrome: 'readonly', CryptoJS: 'readonly', dom: 'readonly'
}
},
plugins: { regexp },
Expand Down

0 comments on commit 44f8450

Please sign in to comment.