mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-27 22:27:15 +01:00
11 lines
142 B
JavaScript
11 lines
142 B
JavaScript
|
module.exports = {
|
||
|
"extends": [
|
||
|
"./.eslintrc.js",
|
||
|
],
|
||
|
"globals": {
|
||
|
"InternalConfig": true,
|
||
|
"Godot": true,
|
||
|
"Preloader": true,
|
||
|
},
|
||
|
};
|