Skip to content

Commit

Permalink
fix(peerDependency): overrides peer dependencies of `eslint-plugin-un…
Browse files Browse the repository at this point in the history
…used-imports`
  • Loading branch information
Tony Jiang committed Jun 24, 2024
1 parent 0ee4c8d commit 1d2a31d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,5 +143,13 @@
"tsx": "^4.15.7",
"typescript": "^5.5.2",
"vue-eslint-parser": "^9.4.3"
},
"overrides": {
"eslint-plugin-unused-imports": {
"dependencies": {
"eslint": ">=8.40.0",
"@typescript-eslint/eslint-plugin": ">=7.13.1"
}
}
}
}

0 comments on commit 1d2a31d

Please sign in to comment.