@@ -15,12 +15,14 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
15
15
- [ ` default ` ] : ` typescript-eslint-parser ` : avoid a crash on exporting as namespace (thanks [ @ljharb ] )
16
16
- [ ` export ` ] /TypeScript: false positive for typescript namespace merging ([ #1964 ] , thanks [ @magarcia ] )
17
17
- [ ` no-duplicates ` ] : ignore duplicate modules in different TypeScript module declarations ([ #2378 ] , thanks [ @remcohaszing ] )
18
+ - [ ` no-unused-modules ` ] : avoid a crash when processing re-exports ([ #2388 ] , thanks [ @ljharb ] )
18
19
19
20
### Changed
20
21
- [ Tests] ` no-nodejs-modules ` : add tests for node protocol URL ([ #2367 ] , thanks [ @sosukesuzuki ] )
21
22
- [ Tests] ` default ` , ` no-anonymous-default-export ` , ` no-mutable-exports ` , ` no-named-as-default-member ` , ` no-named-as-default ` : add tests for arbitrary module namespace names ([ #2358 ] , thanks [ @sosukesuzuki ] )
22
23
- [ Docs] [ ` no-unresolved ` ] : Fix RegExp escaping in readme ([ #2332 ] , thanks [ @stephtr ] )
23
24
- [ Refactor] ` namespace ` : try to improve performance ([ #2340 ] , thanks [ @ljharb ] )
25
+ - [ Docs] make rule doc titles consistent ([ #2393 ] , thanks [ @TheJaredWilcurt ] )
24
26
25
27
## [ 2.25.4] - 2022-01-02
26
28
@@ -971,6 +973,8 @@ for info on changes for earlier releases.
971
973
972
974
[ `memo-parser` ] : ./memo-parser/README.md
973
975
976
+ [ #2393 ] : https://github.com/import-js/eslint-plugin-import/pull/2393
977
+ [ #2388 ] : https://github.com/import-js/eslint-plugin-import/pull/2388
974
978
[ #2381 ] : https://github.com/import-js/eslint-plugin-import/pull/2381
975
979
[ #2378 ] : https://github.com/import-js/eslint-plugin-import/pull/2378
976
980
[ #2371 ] : https://github.com/import-js/eslint-plugin-import/pull/2371
@@ -1659,6 +1663,7 @@ for info on changes for earlier releases.
1659
1663
[ @Taranys ] : https://github.com/Taranys
1660
1664
[ @taye ] : https://github.com/taye
1661
1665
[ @TheCrueltySage ] : https://github.com/TheCrueltySage
1666
+ [ @TheJaredWilcurt ] : https://github.com/TheJaredWilcurt
1662
1667
[ @tihonove ] : https://github.com/tihonove
1663
1668
[ @timkraut ] : https://github.com/timkraut
1664
1669
[ @tizmagik ] : https://github.com/tizmagik
0 commit comments