@@ -34,6 +34,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
34
34
- ` ExportMap ` : add missing param to function ([ #2589 ] , thanks [ @Fdawgs ] )
35
35
- [ ` no-unused-modules ` ] : ` checkPkgFieldObject ` filters boolean fields from checks ([ #2598 ] , thanks [ @mpint ] )
36
36
- [ ` no-cycle ` ] : accept Flow ` typeof ` imports, just like ` type ` ([ #2608 ] , thanks [ @gnprice ] )
37
+ - [ ` no-import-module-exports ` ] : avoid a false positive for import variables ([ #2315 ] , thanks [ @BarryThePenguin ] )
37
38
38
39
### Changed
39
40
- [ Tests] [ ` named ` ] : Run all TypeScript test ([ #2427 ] , thanks [ @ProdigySim ] )
@@ -1074,6 +1075,7 @@ for info on changes for earlier releases.
1074
1075
[ #2332 ] : https://github.com/import-js/eslint-plugin-import/pull/2332
1075
1076
[ #2334 ] : https://github.com/import-js/eslint-plugin-import/pull/2334
1076
1077
[ #2330 ] : https://github.com/import-js/eslint-plugin-import/pull/2330
1078
+ [ #2315 ] : https://github.com/import-js/eslint-plugin-import/pull/2315
1077
1079
[ #2305 ] : https://github.com/import-js/eslint-plugin-import/pull/2305
1078
1080
[ #2299 ] : https://github.com/import-js/eslint-plugin-import/pull/2299
1079
1081
[ #2297 ] : https://github.com/import-js/eslint-plugin-import/pull/2297
@@ -1578,6 +1580,7 @@ for info on changes for earlier releases.
1578
1580
[ @atos1990 ] : https://github.com/atos1990
1579
1581
[ @azyzz228 ] : https://github.com/azyzz228
1580
1582
[ @barbogast ] : https://github.com/barbogast
1583
+ [ @BarryThePenguin ] : https://github.com/BarryThePenguin
1581
1584
[ @be5invis ] : https://github.com/be5invis
1582
1585
[ @beatrizrezener ] : https://github.com/beatrizrezener
1583
1586
[ @benmosher ] : https://github.com/benmosher
0 commit comments