Skip to content

Commit

Permalink
chore(eslint): simplify settings 'import/resolver'
Browse files Browse the repository at this point in the history
  • Loading branch information
sukvvon committed Dec 26, 2024
1 parent 0011e52 commit 637ee55
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,7 @@ export default tseslint.config(
'@typescript-eslint/parser': ['.ts', '.tsx'],
},
'import/resolver': {
typescript: {
alwaysTryTypes: true,
project: 'tsconfig.json',
},
typescript: true,
},
},
rules: {
Expand Down

0 comments on commit 637ee55

Please sign in to comment.