summaryrefslogtreecommitdiffstats
path: root/platform/web/.eslintrc.html.js
diff options
context:
space:
mode:
Diffstat (limited to 'platform/web/.eslintrc.html.js')
-rw-r--r--platform/web/.eslintrc.html.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/web/.eslintrc.html.js b/platform/web/.eslintrc.html.js
index 5cb8de360a..8c9a3d83da 100644
--- a/platform/web/.eslintrc.html.js
+++ b/platform/web/.eslintrc.html.js
@@ -15,5 +15,7 @@ module.exports = {
"Godot": true,
"Engine": true,
"$GODOT_CONFIG": true,
+ "$GODOT_THREADS_ENABLED": true,
+ "___GODOT_THREADS_ENABLED___": true,
},
};