@@ -10,7 +10,8 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
1010- [ ` no-duplicates ` ] : ensure autofix avoids excessive newlines ([ #2028 ] , thanks [ @ertrzyiks ] )
1111- [ ` extensions ` ] : avoid crashing on partially typed import/export statements ([ #2118 ] , thanks [ @ljharb ] )
1212- [ ` 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 ] )
1415
1516### Changed
1617- [ Docs] ` extensions ` : removed incorrect cases ([ #2138 ] , thanks [ @wenfangdu ] )
@@ -814,6 +815,7 @@ for info on changes for earlier releases.
814815[ #2160 ] : https://github.com/benmosher/eslint-plugin-import/pull/2160
815816[ #2158 ] : https://github.com/benmosher/eslint-plugin-import/pull/2158
816817[ #2156 ] : https://github.com/benmosher/eslint-plugin-import/pull/2156
818+ [ #2146 ] : https://github.com/benmosher/eslint-plugin-import/pull/2146
817819[ #2138 ] : https://github.com/benmosher/eslint-plugin-import/pull/2138
818820[ #2121 ] : https://github.com/benmosher/eslint-plugin-import/pull/2121
819821[ #2099 ] : https://github.com/benmosher/eslint-plugin-import/pull/2099
@@ -1391,6 +1393,7 @@ for info on changes for earlier releases.
13911393[ @richardxia ] : https://github.com/richardxia
13921394[ @robertrossmann ] : https://github.com/robertrossmann
13931395[ @rosswarren ] : https://github.com/rosswarren
1396+ [ @rperello ] : https://github.com/rperello
13941397[ @rsolomon ] : https://github.com/rsolomon
13951398[ @s-h-a-d-o-w ] : https://github.com/s-h-a-d-o-w
13961399[ @saschanaz ] : https://github.com/saschanaz
0 commit comments