UNPKG

eslint-plugin-i

Version:

A fork of `eslint-plugin-import` using `get-tsconfig` to replace `tsconfig-paths` and heavy `typescript` under the hood.

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