1.0.2 • Published 7 years ago

eslint-import-resolver-package-name-import v1.0.2

Weekly downloads
6
License
MIT
Repository
github
Last release
7 years ago

eslint-import-resolver-package-name-import

Build Status

A eslint-plugin-import resolver for babel-plugin-package-name-import

Installing

Install it locally to your project by running:

yarn add --dev eslint-import-resolver-package-name-import

Add the plugin to your ESLint configuration:

{
  "settings": {
    "import/resolver": {
      "package-name-import": {}
    }
  }
}