mirror of
https://github.com/xlorepdarkhelm/numinar-coding-project.git
synced 2026-09-06 08:28:26 -04:00
9 lines
137 B
JavaScript
9 lines
137 B
JavaScript
/**
|
|
* Default settings for Electron applications.
|
|
*/
|
|
module.exports = {
|
|
settings: {
|
|
'import/core-modules': ['electron'],
|
|
},
|
|
};
|