mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-24 13:01:24 +01:00
8 lines
137 B
JavaScript
8 lines
137 B
JavaScript
/**
|
|
* Default settings for Electron applications.
|
|
*/
|
|
module.exports = {
|
|
settings: {
|
|
'import/core-modules': ['electron'],
|
|
},
|
|
};
|