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