Skip to content

Commit

Permalink
feat: add eslint peer dependency (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrentz authored Sep 27, 2024
1 parent 002a6da commit ae01ec3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion packages/compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,19 @@
"devDependencies": {
"@eslint/core": "^0.6.0",
"c8": "^9.1.0",
"eslint": "^9.0.0",
"eslint": "^9.11.0",
"mocha": "^10.4.0",
"rollup": "^4.16.2",
"typescript": "^5.4.5"
},
"peerDependencies": {
"eslint": "^9.10.0"
},
"peerDependenciesMeta": {
"eslint": {
"optional": true
}
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
}
Expand Down

0 comments on commit ae01ec3

Please sign in to comment.