eslint-import-resolver-babel-root-import

0.0.2 • Public • Published

eslint-import-resolver-babel-root-import

A babel-root-import resolver for eslint-plugin-import.

Installation

npm install --save-dev eslint-plugin-import eslint-import-resolver-babel-root-import

Usage

Inside your .eslintrc file, pass this resolver to eslint-plugin-import:

"settings": {
  "import/resolver": "babel-root-import"
}

And see babel-root-import to know how to configure your prefix/suffix.

Example

{
  "extends": "airbnb",
  "rules": {},
  "settings": {
    "import/resolver": {
      "babel-root-import": {}
    }
  }
}

License

MIT, see LICENSE.md for details.

Package Sidebar

Install

npm i eslint-import-resolver-babel-root-import

Weekly Downloads

1,194

Version

0.0.2

License

MIT

Last publish

Collaborators

  • cle1994
  • olalonde