UNPKG

lightfold

Version:

lightweight scaffolding and archiving utility CLI.

9 lines (8 loc) 136 B
/** * Default settings for Electron applications. */ module.exports = { settings: { 'import/core-modules': ['electron'], }, }