@@ -7,7 +7,8 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
7
7
## [ Unreleased]
8
8
9
9
### Changed
10
- - [ Refactor] switch to an internal replacement for ` pkg-up ` and ` read-pkg-up ` ([ #2047 ] , [ @mgwalker ] )
10
+ - [ Refactor] switch to an internal replacement for ` pkg-up ` and ` read-pkg-up ` ([ #2047 ] , thanks [ @mgwalker ] )
11
+ - [ patch] TypeScript config: remove ` .d.ts ` from [ ` import/parsers ` setting] and [ ` import/extensions ` setting] ([ #2220 ] , thanks [ @jablko ] )
11
12
12
13
### Added
13
14
- [ ` no-unresolved ` ] : add ` caseSensitiveStrict ` option ([ #1262 ] , thanks [ @sergei-startsev ] )
@@ -230,7 +231,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
230
231
- [ ` order ` ] : add option pathGroupsExcludedImportTypes to allow ordering of external import types ([ #1565 ] , thanks [ @Mairu ] )
231
232
232
233
### Fixed
233
- - [ ` no-unused-modules ` ] : fix usage of ` import/extensions ` settings ([ #1560 ] , thanks [ @stekycz ] )
234
+ - [ ` no-unused-modules ` ] : fix usage of [ ` import/extensions ` setting ] ([ #1560 ] , thanks [ @stekycz ] )
234
235
- [ ` extensions ` ] : ignore non-main modules ([ #1563 ] , thanks [ @saschanaz ] )
235
236
- TypeScript config: lookup for external modules in @types folder ([ #1526 ] , thanks [ @joaovieira ] )
236
237
- [ ` no-extraneous-dependencies ` ] : ensure ` node.source ` is truthy ([ #1589 ] , thanks [ @ljharb ] )
@@ -909,6 +910,7 @@ for info on changes for earlier releases.
909
910
910
911
[ `memo-parser` ] : ./memo-parser/README.md
911
912
913
+ [ #2220 ] : https://github.com/import-js/eslint-plugin-import/pull/2220
912
914
[ #2219 ] : https://github.com/import-js/eslint-plugin-import/pull/2219
913
915
[ #2212 ] : https://github.com/import-js/eslint-plugin-import/pull/2212
914
916
[ #2196 ] : https://github.com/import-js/eslint-plugin-import/pull/2196
@@ -1444,6 +1446,7 @@ for info on changes for earlier releases.
1444
1446
[ @isiahmeadows ] : https://github.com/isiahmeadows
1445
1447
[ @IvanGoncharov ] : https://github.com/IvanGoncharov
1446
1448
[ @ivo-stefchev ] : https://github.com/ivo-stefchev
1449
+ [ @jablko ] : https://github.com/jablko
1447
1450
[ @jakubsta ] : https://github.com/jakubsta
1448
1451
[ @jeffshaver ] : https://github.com/jeffshaver
1449
1452
[ @jf248 ] : https://github.com/jf248
0 commit comments