@@ -10,7 +10,8 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
10
10
- [ ` no-duplicates ` ] : ensure autofix avoids excessive newlines ([ #2028 ] , thanks [ @ertrzyiks ] )
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
- - Use ` context.getPhysicalFilename() ` when available (ESLint 7.28+) ([ #2160 ] , thanks [ @pmcelhaney ] )
13
+ - Use ` context.getPhysicalFilename() ` when available (ESLint 7.28+) ([ #2160 ] , thanks [ @pmcelhaney ] )
14
+ - [ ` extensions ` ] /` importType ` : fix isScoped treating @/abc as scoped module ([ #2146 ] , thanks [ @rperello ] )
14
15
15
16
### Changed
16
17
- [ Docs] ` extensions ` : removed incorrect cases ([ #2138 ] , thanks [ @wenfangdu ] )
@@ -814,6 +815,7 @@ for info on changes for earlier releases.
814
815
[ #2160 ] : https://github.com/benmosher/eslint-plugin-import/pull/2160
815
816
[ #2158 ] : https://github.com/benmosher/eslint-plugin-import/pull/2158
816
817
[ #2156 ] : https://github.com/benmosher/eslint-plugin-import/pull/2156
818
+ [ #2146 ] : https://github.com/benmosher/eslint-plugin-import/pull/2146
817
819
[ #2138 ] : https://github.com/benmosher/eslint-plugin-import/pull/2138
818
820
[ #2121 ] : https://github.com/benmosher/eslint-plugin-import/pull/2121
819
821
[ #2099 ] : https://github.com/benmosher/eslint-plugin-import/pull/2099
@@ -1391,6 +1393,7 @@ for info on changes for earlier releases.
1391
1393
[ @richardxia ] : https://github.com/richardxia
1392
1394
[ @robertrossmann ] : https://github.com/robertrossmann
1393
1395
[ @rosswarren ] : https://github.com/rosswarren
1396
+ [ @rperello ] : https://github.com/rperello
1394
1397
[ @rsolomon ] : https://github.com/rsolomon
1395
1398
[ @s-h-a-d-o-w ] : https://github.com/s-h-a-d-o-w
1396
1399
[ @saschanaz ] : https://github.com/saschanaz
0 commit comments