Skip to content

Commit

Permalink
chore: use eslint ts import resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
timoheddes committed Jul 21, 2023
1 parent 8ff30c9 commit 4ead364
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/libs/react-ui/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,11 @@ module.exports = {
env: {
es6: true,
},
settings: {
'import/resolver': {
typescript: {
alwaysTryTypes: true,
},
},
},
};

0 comments on commit 4ead364

Please sign in to comment.