Skip to content

Commit

Permalink
docs: Add eslint-plugin-module-resolver link to readme (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
HeroProtagonist authored and tleunen committed Aug 23, 2018
1 parent d4f6054 commit 4076423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Are you a plugin author (e.g. IDE integration)? We have [documented the exposed

## ESLint plugin

If you're using ESLint, you should use [eslint-plugin-import][eslint-plugin-import], and [eslint-import-resolver-babel-module][eslint-import-resolver-babel-module] to remove falsy unresolved modules.
If you're using ESLint, you should use [eslint-plugin-import][eslint-plugin-import], and [eslint-import-resolver-babel-module][eslint-import-resolver-babel-module] to remove falsy unresolved modules. If you want to have warnings when aliased modules are being imported by their relative paths, you can use [eslint-plugin-module-resolver](https://github.com/HeroProtagonist/eslint-plugin-module-resolver).

## Editors autocompletion

Expand Down

0 comments on commit 4076423

Please sign in to comment.