Initial commit
This commit is contained in:
8
frontend/webapp/node_modules/eslint-plugin-import/config/electron.js
generated
vendored
Normal file
8
frontend/webapp/node_modules/eslint-plugin-import/config/electron.js
generated
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
/**
|
||||
* Default settings for Electron applications.
|
||||
*/
|
||||
module.exports = {
|
||||
settings: {
|
||||
'import/core-modules': ['electron'],
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user