@@ -17,6 +17,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
17
17
- [ ` no-cycle ` ] : use scc algorithm to optimize ([ #2998 ] , thanks [ @soryy708 ] )
18
18
- [ ` no-duplicates ` ] : Removing duplicates breaks in TypeScript ([ #3033 ] , thanks [ @yesl-kim ] )
19
19
- [ ` newline-after-import ` ] : fix considerComments option when require ([ #2952 ] , thanks [ @developer-bandi ] )
20
+ - [ ` order ` ] : do not compare first path segment for relative paths ([ #2682 ] ) ([ #2885 ] , thanks [ @mihkeleidast ] )
20
21
21
22
### Changed
22
23
- [ Docs] ` no-extraneous-dependencies ` : Make glob pattern description more explicit ([ #2944 ] , thanks [ @mulztob ] )
@@ -1141,6 +1142,7 @@ for info on changes for earlier releases.
1141
1142
[ #2944 ] : https://github.com/import-js/eslint-plugin-import/pull/2944
1142
1143
[ #2942 ] : https://github.com/import-js/eslint-plugin-import/pull/2942
1143
1144
[ #2919 ] : https://github.com/import-js/eslint-plugin-import/pull/2919
1145
+ [ #2885 ] : https://github.com/import-js/eslint-plugin-import/pull/2885
1144
1146
[ #2884 ] : https://github.com/import-js/eslint-plugin-import/pull/2884
1145
1147
[ #2866 ] : https://github.com/import-js/eslint-plugin-import/pull/2866
1146
1148
[ #2854 ] : https://github.com/import-js/eslint-plugin-import/pull/2854
@@ -1486,6 +1488,7 @@ for info on changes for earlier releases.
1486
1488
[ #2930 ] : https://github.com/import-js/eslint-plugin-import/issues/2930
1487
1489
[ #2687 ] : https://github.com/import-js/eslint-plugin-import/issues/2687
1488
1490
[ #2684 ] : https://github.com/import-js/eslint-plugin-import/issues/2684
1491
+ [ #2682 ] : https://github.com/import-js/eslint-plugin-import/issues/2682
1489
1492
[ #2674 ] : https://github.com/import-js/eslint-plugin-import/issues/2674
1490
1493
[ #2668 ] : https://github.com/import-js/eslint-plugin-import/issues/2668
1491
1494
[ #2666 ] : https://github.com/import-js/eslint-plugin-import/issues/2666
@@ -1880,6 +1883,7 @@ for info on changes for earlier releases.
1880
1883
[ @mgwalker ] : https://github.com/mgwalker
1881
1884
[ @mhmadhamster ] : https://github.com/MhMadHamster
1882
1885
[ @michaelfaith ] : https://github.com/michaelfaith
1886
+ [ @mihkeleidast ] : https://github.com/mihkeleidast
1883
1887
[ @MikeyBeLike ] : https://github.com/MikeyBeLike
1884
1888
[ @minervabot ] : https://github.com/minervabot
1885
1889
[ @mpint ] : https://github.com/mpint
0 commit comments