1/** 2 * Default settings for Electron applications. 3 */ 4module.exports = { 5 settings: { 6 'import/core-modules': ['electron'], 7 }, 8}; 9 10