Skip to content

Commit

Permalink
Add typescript resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
slavovojacek committed Jan 9, 2024
1 parent 0d07b59 commit 914b4f1
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 69 deletions.
6 changes: 6 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,10 @@ module.exports = {
],
'unused-imports/no-unused-imports': 'error',
},
settings: {
'import/resolver': {
typescript: true,
node: true,
},
},
};
141 changes: 72 additions & 69 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.18.1",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-simple-import-sort": "^10.0.0",
Expand Down

0 comments on commit 914b4f1

Please sign in to comment.