You've already forked godot
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user