Skip to content

Commit

Permalink
Merge pull request #209 from KTH/feat/add-eslint-ts-support
Browse files Browse the repository at this point in the history
Add TypeScript extensions to ESLint import resolver
  • Loading branch information
mthege authored Nov 26, 2024
2 parents 8362b41 + 8c3aa5b commit 0803d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module.exports = {
settings: {
'import/resolver': {
node: {
extensions: ['.js', '.jsx'],
extensions: ['.js', '.jsx', '.ts', '.tsx'],
},
},
react: {
Expand Down

0 comments on commit 0803d08

Please sign in to comment.