@@ -28,7 +28,8 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
28
28
- [ ` dynamic-import-chunkname ` ] : prevent false report on a valid webpack magic comment ([ #2330 ] , thanks [ @mhmadhamster ] )
29
29
- [ ` export ` ] : do not error on TS export overloads ([ #1590 ] , thanks [ @ljharb ] )
30
30
- [ ` no-unresolved ` ] , [ ` extensions ` ] : ignore type only exports ([ #2436 ] , thanks [ @Lukas-Kullmann ] )
31
- - [ Fix] ` ExportMap ` : add missing param to function ([ #2589 ] , thanks [ @Fdawgs ] )
31
+ - ` ExportMap ` : add missing param to function ([ #2589 ] , thanks [ @Fdawgs ] )
32
+ - [ ` no-unused-modules ` ] : ` checkPkgFieldObject ` filters boolean fields from checks ([ #2598 ] , thanks [ @mpint ] )
32
33
33
34
### Changed
34
35
- [ Tests] [ ` named ` ] : Run all TypeScript test ([ #2427 ] , thanks [ @ProdigySim ] )
@@ -1022,6 +1023,7 @@ for info on changes for earlier releases.
1022
1023
1023
1024
[ `memo-parser` ] : ./memo-parser/README.md
1024
1025
1026
+ [ #2598 ] : https://github.com/import-js/eslint-plugin-import/pull/2598
1025
1027
[ #2589 ] : https://github.com/import-js/eslint-plugin-import/pull/2589
1026
1028
[ #2588 ] : https://github.com/import-js/eslint-plugin-import/pull/2588
1027
1029
[ #2582 ] : https://github.com/import-js/eslint-plugin-import/pull/2582
@@ -1697,6 +1699,7 @@ for info on changes for earlier releases.
1697
1699
[ @mgwalker ] : https://github.com/mgwalker
1698
1700
[ @mhmadhamster ] : https://github.com/MhMadHamster
1699
1701
[ @MikeyBeLike ] : https://github.com/MikeyBeLike
1702
+ [ @mpint ] : https://github.com/mpint
1700
1703
[ @mplewis ] : https://github.com/mplewis
1701
1704
[ @mrmckeb ] : https://github.com/mrmckeb
1702
1705
[ @msvab ] : https://github.com/msvab
0 commit comments