Skip to content

Commit

Permalink
fix: add missing peer dependency eslint-plugin-import (resolves #148)
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed May 2, 2022
1 parent 154295e commit 80f0b89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/eslint-config-typescript/package.json
Expand Up @@ -11,7 +11,8 @@
"@nuxtjs/eslint-config": "9.0.0",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"eslint-import-resolver-typescript": "^2.7.1"
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-import": "^2.26.0"
},
"peerDependencies": {
"eslint": "^8.14.0"
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Expand Up @@ -1657,6 +1657,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": ^5.21.0
"@typescript-eslint/parser": ^5.21.0
eslint-import-resolver-typescript: ^2.7.1
eslint-plugin-import: ^2.26.0
peerDependencies:
eslint: ^8.14.0
languageName: unknown
Expand Down

0 comments on commit 80f0b89

Please sign in to comment.