summaryrefslogtreecommitdiffstats
path: root/eslint.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'eslint.config.js')
-rw-r--r--eslint.config.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/eslint.config.js b/eslint.config.js
index 3bfc90c..4f720d2 100644
--- a/eslint.config.js
+++ b/eslint.config.js
@@ -10,6 +10,8 @@ export default [
document: "readonly",
console: "readonly",
fetch: "readonly",
+ setInterval: "readonly",
+ clearInterval: "readonly",
App: "readonly",
Utils: "readonly",
ConnectionManager: "readonly",