mirror of
https://github.com/Relintai/pandemonium_engine_minimal.git
synced 2024-12-21 16:56:50 +01:00
10 lines
183 B
JavaScript
10 lines
183 B
JavaScript
|
module.exports = {
|
||
|
"extends": [
|
||
|
"./.eslintrc.js",
|
||
|
],
|
||
|
"globals": {
|
||
|
"InternalConfig": true,
|
||
|
"Pandemonium": true,
|
||
|
"Preloader": true,
|
||
|
},
|
||
|
};
|