File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,9 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
10
10
### Fixed
11
11
- Corrected a few gaffs in the auto-ignore logic to fix major performance issues
12
12
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
14
14
an ` import ` or ` export ` JS statement
15
+ - [ ` prefer-default-export ` ] : fixed crash on export extensions ([ #653 ] )
15
16
16
17
## [ 2.1.0] - 2016-11-02
17
18
### Added
@@ -423,6 +424,7 @@ for info on changes for earlier releases.
423
424
[ #157 ] : https://github.com/benmosher/eslint-plugin-import/pull/157
424
425
[ #314 ] : https://github.com/benmosher/eslint-plugin-import/pull/314
425
426
427
+ [ #653 ] : https://github.com/benmosher/eslint-plugin-import/issues/653
426
428
[ #609 ] : https://github.com/benmosher/eslint-plugin-import/issues/609
427
429
[ #604 ] : https://github.com/benmosher/eslint-plugin-import/issues/604
428
430
[ #602 ] : https://github.com/benmosher/eslint-plugin-import/issues/602
You can’t perform that action at this time.
0 commit comments