Skip to content

Commit

Permalink
[Docs] no-unresolved: fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemh authored and ljharb committed Mar 29, 2022
1 parent 98bbb2c commit d8633c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -24,6 +24,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
- [Refactor] `namespace`: try to improve performance ([#2340], thanks [@ljharb])
- [Docs] make rule doc titles consistent ([#2393], thanks [@TheJaredWilcurt])
- [Docs] `order`: TS code examples should use TS code blocks ([#2411], thanks [@MM25Zamanian])
- [Docs] `no-unresolved`: fix link ([#2417], thanks [@kylemh])

## [2.25.4] - 2022-01-02

Expand Down Expand Up @@ -974,6 +975,7 @@ for info on changes for earlier releases.

[`memo-parser`]: ./memo-parser/README.md

[#2417]: https://github.com/import-js/eslint-plugin-import/pull/2417
[#2411]: https://github.com/import-js/eslint-plugin-import/pull/2411
[#2393]: https://github.com/import-js/eslint-plugin-import/pull/2393
[#2388]: https://github.com/import-js/eslint-plugin-import/pull/2388
Expand Down Expand Up @@ -1571,6 +1573,7 @@ for info on changes for earlier releases.
[@kmui2]: https://github.com/kmui2
[@knpwrs]: https://github.com/knpwrs
[@KostyaZgara]: https://github.com/KostyaZgara
[@kylemh]: https://github.com/kylemh
[@laysent]: https://github.com/laysent
[@le0nik]: https://github.com/le0nik
[@lemonmade]: https://github.com/lemonmade
Expand Down
2 changes: 1 addition & 1 deletion docs/rules/no-unresolved.md
Expand Up @@ -98,7 +98,7 @@ If you're using a module bundler other than Node or Webpack, you may end up with

## Further Reading

- [Resolver plugins](../../README.md#resolver-plugins)
- [Resolver plugins](../../README.md#resolvers)
- [Node resolver](https://npmjs.com/package/eslint-import-resolver-node) (default)
- [Webpack resolver](https://npmjs.com/package/eslint-import-resolver-webpack)
- [`import/ignore`] global setting
Expand Down

0 comments on commit d8633c3

Please sign in to comment.