Skip to content

Commit

Permalink
fix(eslint-plugin-defaultvalue): depend directly on typescript-eslint…
Browse files Browse the repository at this point in the history
… instead of sub packages
  • Loading branch information
spike-rabbit committed Dec 23, 2024
1 parent 5471990 commit 61e70f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint-plugin-defaultvalue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"license": "MIT",
"peerDependencies": {
"eslint": "^8.0.0||^9.0.0",
"@typescript-eslint/utils": "^8.0.0"
"typescript-eslint": "^8.0.0"
}
}

0 comments on commit 61e70f7

Please sign in to comment.