aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 02660d0a..dad145be 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -291,6 +291,14 @@
"rules": {
"no-implicit-globals": "error"
}
+ },
+ {
+ "files": [
+ "ext/js/**/*.js"
+ ],
+ "globals": {
+ "AbortController": "readonly"
+ }
}
]
}