source:
frontend/node_modules/eslint-plugin-import/config/electron.js
| Last change on this file was 9af201e, checked in by , 13 days ago | |
|---|---|
|
|
| File size: 137 bytes | |
| Rev | Line | |
|---|---|---|
| [9af201e] | 1 | /** |
| 2 | * Default settings for Electron applications. | |
| 3 | */ | |
| 4 | module.exports = { | |
| 5 | settings: { | |
| 6 | 'import/core-modules': ['electron'], | |
| 7 | }, | |
| 8 | }; |
Note:
See TracBrowser
for help on using the repository browser.
