1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00
Files
godot/platform/javascript/.eslintrc.engine.js
2021-02-19 05:13:44 +01:00

12 lines
157 B
JavaScript

module.exports = {
"extends": [
"./.eslintrc.js",
],
"globals": {
"EngineConfig": true,
"Godot": true,
"Preloader": true,
"Utils": true,
},
};