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