We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cb9616 commit 3a22c3bCopy full SHA for 3a22c3b
CHANGELOG.md
@@ -8,7 +8,6 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
8
9
### Fixed
10
- [`no-duplicates`]: remove duplicate identifiers in duplicate imports ([#2577], thanks [@joe-matsec])
11
-- TypeScript config: fix resolver extension settings (thanks [@gajus])
12
- [`consistent-type-specifier-style`]: fix accidental removal of comma in certain cases ([#2754], thanks [@bradzacher])
13
14
### Changed
config/typescript.js
@@ -16,7 +16,7 @@ module.exports = {
16
'@typescript-eslint/parser': ['.ts', '.tsx'],
17
},
18
'import/resolver': {
19
- 'typescript': {
+ 'node': {
20
'extensions': allExtensions,
21
22
0 commit comments