Skip to content

Commit 90ef48b

Browse files
committed
update changelog for #653
1 parent 50d6905 commit 90ef48b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
1010
### Fixed
1111
- Corrected a few gaffs in the auto-ignore logic to fix major performance issues
1212
with projects that did not explicitly ignore `node_modules`. ([#654])
13-
- `import/ignore` was only being respected if the ignored module didn't start with
13+
- [`import/ignore` setting] was only being respected if the ignored module didn't start with
1414
an `import` or `export` JS statement
15+
- [`prefer-default-export`]: fixed crash on export extensions ([#653])
1516

1617
## [2.1.0] - 2016-11-02
1718
### Added
@@ -423,6 +424,7 @@ for info on changes for earlier releases.
423424
[#157]: https://github.com/benmosher/eslint-plugin-import/pull/157
424425
[#314]: https://github.com/benmosher/eslint-plugin-import/pull/314
425426

427+
[#653]: https://github.com/benmosher/eslint-plugin-import/issues/653
426428
[#609]: https://github.com/benmosher/eslint-plugin-import/issues/609
427429
[#604]: https://github.com/benmosher/eslint-plugin-import/issues/604
428430
[#602]: https://github.com/benmosher/eslint-plugin-import/issues/602

0 commit comments

Comments
 (0)