From 4e37dbf232383c03f60c2019c85b17fa9c1e07a6 Mon Sep 17 00:00:00 2001 From: Ben Mosher Date: Sun, 15 Apr 2018 07:49:41 -0400 Subject: [PATCH] changelog links --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6299f12a5..01b1f61ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel ## [Unreleased] ### Added -- Ignore type imports for named rule ([#931], thanks [@mattijsbliek]) +- Ignore type imports for [`named`] rule ([#931], thanks [@mattijsbliek]) - Add documentation for [`no-useless-path-segments`] rule ([#1068], thanks [@manovotny]) @@ -539,6 +539,7 @@ for info on changes for earlier releases. [#912]: https://github.com/benmosher/eslint-plugin-import/pull/912 [#1058]: https://github.com/benmosher/eslint-plugin-import/issues/1058 +[#931]: https://github.com/benmosher/eslint-plugin-import/issues/931 [#886]: https://github.com/benmosher/eslint-plugin-import/issues/886 [#863]: https://github.com/benmosher/eslint-plugin-import/issues/863 [#842]: https://github.com/benmosher/eslint-plugin-import/issues/842 @@ -714,3 +715,4 @@ for info on changes for earlier releases. [@klimashkin]: https://github.com/klimashkin [@lukeapage]: https://github.com/lukeapage [@manovotny]: https://github.com/manovotny +[@mattijsbliek]: https://github.com/mattijsbliek