eslint-import-resolver-babel-root-import
v0.0.2
Published
babel-plugin-root-import resolver for eslint-plugin-import
Downloads
6,377
Readme
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.