Skip to content

Commit 29f924f

Browse files
committed
fix: fix peer deps for eslint
1 parent ecd87a1 commit 29f924f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"scripts": {
1919
},
2020
"peerDependencies": {
21-
"eslint": ">=8",
21+
"eslint": "8",
2222
"typescript": ">=4.7"
2323
},
2424
"dependencies": {

0 commit comments

Comments
 (0)