Skip to content

Commit

Permalink
Merge pull request #4 from Hipo/feat/add-eslint-import-resolver-types…
Browse files Browse the repository at this point in the history
…cript

build: Add eslint-import-resolver-typescript dependency
  • Loading branch information
yigiterdev committed Apr 28, 2022
2 parents d59cf57 + 279993b commit 43b9cb5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions package-lock.json

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

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hipo/eslint-config-typescript",
"version": "1.1.0",
"version": "1.2.0",
"description": "Hipo's shareable ESLint configurations for TypeScript",
"main": "index.js",
"scripts": {
Expand All @@ -24,6 +24,8 @@
"homepage": "https://github.com/Hipo/eslint-config-hipo-typescript#readme",
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1"
"@typescript-eslint/parser": "^5.9.1",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-import": "^2.23.4"
}
}

0 comments on commit 43b9cb5

Please sign in to comment.