Skip to content

Commit

Permalink
[docs] imports-first: deprecation info and link to first docs
Browse files Browse the repository at this point in the history
Closes #1638.

Signed-off-by: Beatriz Rezener <beatrizrezener@gmail.com>
  • Loading branch information
beatrizrezener authored and ljharb committed Jun 23, 2020
1 parent 2468f10 commit a6cd6bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -20,6 +20,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
### Changed
- [`no-extraneous-dependencies`]: add tests for importing types ([#1824], thanks [@taye])
- [docs] [`no-default-export`]: Fix docs url ([#1836], thanks [@beatrizrezener])
- [docs] [`imports-first`]: deprecation info and link to `first` docs ([#1835], thanks [@beatrizrezener])

## [2.21.2] - 2020-06-09
### Fixed
Expand Down Expand Up @@ -718,6 +719,7 @@ for info on changes for earlier releases.
[`memo-parser`]: ./memo-parser/README.md

[#1836]: https://github.com/benmosher/eslint-plugin-import/pull/1836
[#1835]: https://github.com/benmosher/eslint-plugin-import/pull/1835
[#1833]: https://github.com/benmosher/eslint-plugin-import/pull/1833
[#1831]: https://github.com/benmosher/eslint-plugin-import/pull/1831
[#1830]: https://github.com/benmosher/eslint-plugin-import/pull/1830
Expand Down
3 changes: 3 additions & 0 deletions docs/rules/imports-first.md
@@ -0,0 +1,3 @@
# imports-first

This rule was **deprecated** in eslint-plugin-import v2.0.0. Please use the corresponding rule [`first`](https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/first.md).

0 comments on commit a6cd6bd

Please sign in to comment.