UNPKG

eslint-plugin-i

Version:

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

13 lines (12 loc) 203 B
/** * Rules in progress. * * Do not expect these to adhere to semver across releases. * @type {Object} */ module.exports = { plugins: ['import'], rules: { 'import/no-deprecated': 1, }, };