mirror of
https://github.com/godotengine/godot.git
synced 2024-12-03 09:52:18 +08:00
12 lines
157 B
JavaScript
12 lines
157 B
JavaScript
module.exports = {
|
|
"extends": [
|
|
"./.eslintrc.js",
|
|
],
|
|
"globals": {
|
|
"EngineConfig": true,
|
|
"Godot": true,
|
|
"Preloader": true,
|
|
"Utils": true,
|
|
},
|
|
};
|