Skip to content

Commit

Permalink
Merge pull request #965 from chromaui/fix-module-path-lint-errors
Browse files Browse the repository at this point in the history
Specify the ts import resolver in the eslint config
  • Loading branch information
thafryer committed May 8, 2024
2 parents 16585d1 + ccf2f54 commit 1d322d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .eslintrc.js
Expand Up @@ -32,6 +32,11 @@ module.exports = {
],
},
settings: {
'import/resolver': {
node: {
extensions: ['.ts'],
},
},
react: {
version: 'detect',
},
Expand Down

0 comments on commit 1d322d0

Please sign in to comment.