11 lines
133 B
JavaScript
11 lines
133 B
JavaScript
|
module.exports = {
|
||
|
"extends": [
|
||
|
"./.eslintrc.js",
|
||
|
],
|
||
|
"globals": {
|
||
|
"Godot": true,
|
||
|
"Preloader": true,
|
||
|
"Utils": true,
|
||
|
},
|
||
|
};
|