From a0614a7871682b33915a83e2885b5c8fc85eb1a1 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Wed, 4 Dec 2019 23:12:09 -0800 Subject: [PATCH] [meta] add missing changelog entry from #1506 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f6591aa5..ff5aeb3e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel - `default`: make error message less confusing ([#1470], thanks [@golopot]) - Support export of a merged TypeScript namespace declaration ([#1495], thanks [@benmunro]) - [`import/order`]: fix autofix to not move imports across fn calls ([#1253], thanks [@tihonove]) +- [`prefer-default-export`]: fix false positive with type export ([#1506], thanks [@golopot]) ## [2.18.2] - 2019-07-19 - Skip warning on type interfaces ([#1425], thanks [@lencioni]) @@ -609,6 +610,7 @@ for info on changes for earlier releases. [`memo-parser`]: ./memo-parser/README.md +[#1506]: https://github.com/benmosher/eslint-plugin-import/pull/1506 [#1495]: https://github.com/benmosher/eslint-plugin-import/pull/1495 [#1472]: https://github.com/benmosher/eslint-plugin-import/pull/1472 [#1470]: https://github.com/benmosher/eslint-plugin-import/pull/1470