astro-ghostcms/.pnpm-store/v3/files/ac/186e3aa637072230d14107f6784...

9 lines
137 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
/**
* Default settings for Electron applications.
*/
module.exports = {
settings: {
'import/core-modules': ['electron'],
},
};