Skip to content

Commit

Permalink
[Tests] eslint-import-resolver-typescript@1.0.2 doesn't resolve .js
Browse files Browse the repository at this point in the history
  • Loading branch information
jablko committed Sep 21, 2021
1 parent 47e9c89 commit 430d16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/rules/no-extraneous-dependencies.js
Expand Up @@ -387,7 +387,7 @@ describe('TypeScript', () => {
parser,
settings: {
'import/parsers': { [parser]: ['.ts'] },
'import/resolver': { 'eslint-import-resolver-typescript': true },
'import/resolver': ['node', 'typescript'],
},
};

Expand Down

0 comments on commit 430d16c

Please sign in to comment.