Skip to content

Commit 26ccb3b

Browse files
committedApr 11, 2025
fix: reintroduced eslint as a peer depedency for convenience if users want to use the config directly
1 parent a7a70f7 commit 26ccb3b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,8 @@
6060
"tsx": "^3.12.7",
6161
"typedoc": "^0.24.8",
6262
"typescript": "^5.1.6"
63+
},
64+
"peerDependencies": {
65+
"eslint": ">=9.0.0"
6366
}
6467
}

0 commit comments

Comments
 (0)