@@ -11,6 +11,9 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
11
11
- [ ` extensions ` ] : avoid crashing on partially typed import/export statements ([ #2118 ] , thanks [ @ljharb ] )
12
12
- [ ` no-extraneous-dependencies ` ] : add ESM intermediate package.json support] ([ #2121 ] , thanks [ @paztis ] )
13
13
14
+ ### Changed
15
+ - [ Docs] ` extensions ` : removed incorrect cases ([ #2138 ] , thanks [ @wenfangdu ] )
16
+
14
17
## [ 2.23.4] - 2021-05-29
15
18
16
19
### Fixed
@@ -805,6 +808,7 @@ for info on changes for earlier releases.
805
808
806
809
[ `memo-parser` ] : ./memo-parser/README.md
807
810
811
+ [ #2138 ] : https://github.com/benmosher/eslint-plugin-import/pull/2138
808
812
[ #2121 ] : https://github.com/benmosher/eslint-plugin-import/pull/2121
809
813
[ #2099 ] : https://github.com/benmosher/eslint-plugin-import/pull/2099
810
814
[ #2097 ] : https://github.com/benmosher/eslint-plugin-import/pull/2097
@@ -1416,9 +1420,10 @@ for info on changes for earlier releases.
1416
1420
[ @TrevorBurnham ] : https://github.com/TrevorBurnham
1417
1421
[ @ttmarek ] : https://github.com/ttmarek
1418
1422
[ @vikr01 ] : https://github.com/vikr01
1423
+ [ @wenfangdu ] : https://github.com/wenfangdu
1419
1424
[ @wKich ] : https://github.com/wKich
1420
1425
[ @wschurman ] : https://github.com/wschurman
1421
1426
[ @wtgtybhertgeghgtwtg ] : https://github.com/wtgtybhertgeghgtwtg
1422
1427
[ @xpl ] : https://github.com/xpl
1423
1428
[ @yordis ] : https://github.com/yordis
1424
- [ @zloirock ] : https://github.com/zloirock
1429
+ [ @zloirock ] : https://github.com/zloirock
0 commit comments