aboutsummaryrefslogtreecommitdiff
path: root/eslint.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'eslint.config.js')
-rw-r--r--eslint.config.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/eslint.config.js b/eslint.config.js
index d66512c..982dda8 100644
--- a/eslint.config.js
+++ b/eslint.config.js
@@ -5,7 +5,11 @@ export default [{
globals: {
document: true,
window: true,
- console: true
+ console: true,
+ Event: true,
+ EventTarget: true,
+ fetch: true,
+ MutationObserver: true
}
},
plugins: {