@@ -15,7 +15,8 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
15
15
- [ ` order ` ] : partial fix for [ #2687 ] (thanks [ @ljharb ] )
16
16
- [ ` no-duplicates ` ] : Detect across type and regular imports ([ #2835 ] , thanks [ @benkrejci ] )
17
17
- [ ` extensions ` ] : handle ` . ` and ` .. ` properly ([ #2778 ] , thanks [ @benasher44 ] )
18
- - [ ` no-unused-modules ` ] : improve schema (thanks [ @ljharb ] )
18
+ - [ ` no-unused-modules ` ] : improve schema (thanks [ @ljharb ] )
19
+ - [ ` no-unused-modules ` ] : report error on binding instead of parent export ([ #2842 ] , thanks [ @Chamion ] )
19
20
20
21
### Changed
21
22
- [ Docs] [ ` no-duplicates ` ] : fix example schema ([ #2684 ] , thanks [ @simmo ] )
@@ -1076,6 +1077,7 @@ for info on changes for earlier releases.
1076
1077
1077
1078
[ `memo-parser` ] : ./memo-parser/README.md
1078
1079
1080
+ [ #2842 ] : https://github.com/import-js/eslint-plugin-import/pull/2842
1079
1081
[ #2835 ] : https://github.com/import-js/eslint-plugin-import/pull/2835
1080
1082
[ #2832 ] : https://github.com/import-js/eslint-plugin-import/pull/2832
1081
1083
[ #2778 ] : https://github.com/import-js/eslint-plugin-import/pull/2778
@@ -1666,6 +1668,7 @@ for info on changes for earlier releases.
1666
1668
[ @bradzacher ] : https://github.com/bradzacher
1667
1669
[ @brendo ] : https://github.com/brendo
1668
1670
[ @brettz9 ] : https://github.com/brettz9
1671
+ [ @Chamion ] : https://github.com/Chamion
1669
1672
[ @charlessuh ] : https://github.com/charlessuh
1670
1673
[ @charpeni ] : https://github.com/charpeni
1671
1674
[ @cherryblossom000 ] : https://github.com/cherryblossom000
0 commit comments