0.0.2 • Published 8 years ago

eslint-import-resolver-babel-root-import v0.0.2

Weekly downloads
1,497
License
MIT
Repository
github
Last release
8 years ago

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.