github-pages-deploy-action/node_modules/eslint-plugin-import/config/electron.js
2020-03-06 22:45:40 -05:00

9 lines
136 B
JavaScript

/**
* Default settings for Electron applications.
*/
module.exports = {
settings: {
'import/core-modules': ['electron'],
},
}