@@ -13,6 +13,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
13
13
- [ ` no-cycle ` ] : ignore imports where imported file only imports types of importing file ([ #2083 ] , thanks [ @cherryblossom000 ] )
14
14
- [ ` no-cycle ` ] : fix false negative when file imports a type after importing a value in Flow ([ #2083 ] , thanks [ @cherryblossom000 ] )
15
15
- [ ` order ` ] : restore default behavior unless ` type ` is in groups ([ #2087 ] , thanks [ @grit96 ] )
16
+ - [ ` no-import-module-exports ` ] : Don't crash if packages have no entrypoint ([ #2099 ] , thanks [ @eps1lon ] )
16
17
17
18
### Changed
18
19
- [ Docs] Add ` no-relative-packages ` to list of to the list of rules ([ #2075 ] , thanks [ @arvigeus ] )
@@ -794,6 +795,7 @@ for info on changes for earlier releases.
794
795
795
796
[ `memo-parser` ] : ./memo-parser/README.md
796
797
798
+ [ #2099 ] : https://github.com/benmosher/eslint-plugin-import/pull/2099
797
799
[ #2090 ] : https://github.com/benmosher/eslint-plugin-import/pull/2090
798
800
[ #2087 ] : https://github.com/benmosher/eslint-plugin-import/pull/2087
799
801
[ #2083 ] : https://github.com/benmosher/eslint-plugin-import/pull/2083
@@ -1262,6 +1264,7 @@ for info on changes for earlier releases.
1262
1264
[ @eelyafi ] : https://github.com/eelyafi
1263
1265
[ @Ephem ] : https://github.com/Ephem
1264
1266
[ @ephys ] : https://github.com/ephys
1267
+ [ @eps1lon ] : https://github.com/eps1lon
1265
1268
[ @ernestostifano ] : https://github.com/ernestostifano
1266
1269
[ @fa93hws ] : https://github.com/fa93hws
1267
1270
[ @fengkfengk ] : https://github.com/fengkfengk
@@ -1402,4 +1405,4 @@ for info on changes for earlier releases.
1402
1405
[ @wtgtybhertgeghgtwtg ] : https://github.com/wtgtybhertgeghgtwtg
1403
1406
[ @xpl ] : https://github.com/xpl
1404
1407
[ @yordis ] : https://github.com/yordis
1405
- [ @zloirock ] : https://github.com/zloirock
1408
+ [ @zloirock ] : https://github.com/zloirock
0 commit comments