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