mirror of
https://github.com/godotengine/godot.git
synced 2025-10-29 20:51:14 +00:00
11 lines
157 B
JavaScript
11 lines
157 B
JavaScript
module.exports = {
|
|
"extends": [
|
|
"./.eslintrc.js",
|
|
],
|
|
"globals": {
|
|
"EngineConfig": true,
|
|
"Godot": true,
|
|
"Preloader": true,
|
|
"Utils": true,
|
|
},
|
|
};
|