Skip to content

Commit 3a22c3b

Browse files
committed
Revert "[Fix] TypeScript config: fix resolver extension settings"
This reverts commit 808d504, per 808d504#commitcomment-107093802
1 parent 6cb9616 commit 3a22c3b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
88

99
### Fixed
1010
- [`no-duplicates`]: remove duplicate identifiers in duplicate imports ([#2577], thanks [@joe-matsec])
11-
- TypeScript config: fix resolver extension settings (thanks [@gajus])
1211
- [`consistent-type-specifier-style`]: fix accidental removal of comma in certain cases ([#2754], thanks [@bradzacher])
1312

1413
### Changed

config/typescript.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = {
1616
'@typescript-eslint/parser': ['.ts', '.tsx'],
1717
},
1818
'import/resolver': {
19-
'typescript': {
19+
'node': {
2020
'extensions': allExtensions,
2121
},
2222
},

0 commit comments

Comments
 (0)