Skip to content

Commit

Permalink
Add link to PR
Browse files Browse the repository at this point in the history
  • Loading branch information
malykhinvi committed Apr 2, 2021
1 parent ef992b5 commit 7bba010
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Expand Up @@ -25,7 +25,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
- [`extensions`]/[`no-cycle`]/[`no-extraneous-dependencies`]: Correct module real path resolution ([#1696], thanks [@paztis])
- [`no-named-default`]: ignore Flow import type and typeof ([#1983], thanks [@christianvuerings])
- [`no-extraneous-dependencies`]: Exclude flow `typeof` imports ([#1534], thanks [@devongovett])
- [`no-restricted-paths`]: enhance performance for zones with `except` paths (thanks [@malykhinvi])
- [`no-restricted-paths`]: enhance performance for zones with `except` paths ([#2022], thanks [@malykhinvi])

### Changed
- [Generic Import Callback] Make callback for all imports once in rules ([#1237], thanks [@ljqx])
Expand Down Expand Up @@ -760,6 +760,7 @@ for info on changes for earlier releases.

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

[#2022]: https://github.com/benmosher/eslint-plugin-import/pull/2022
[#1983]: https://github.com/benmosher/eslint-plugin-import/pull/1983
[#1974]: https://github.com/benmosher/eslint-plugin-import/pull/1974
[#1958]: https://github.com/benmosher/eslint-plugin-import/pull/1958
Expand Down

0 comments on commit 7bba010

Please sign in to comment.