1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-11 13:10:58 +00:00

Upgrade to eslint 9

This commit is contained in:
patwork
2024-05-12 04:16:02 +02:00
parent 8e2141eac5
commit 1a89ae70eb
16 changed files with 917 additions and 1604 deletions

View File

@@ -78,7 +78,7 @@ const GodotConfig = {
},
locate_file: function (file) {
return Module['locateFile'](file); // eslint-disable-line no-undef
return Module['locateFile'](file);
},
clear: function () {
GodotConfig.canvas = null;