Skip to content

Commit 6817746

Browse files
committed
Allow `@typescript-eslint/parser@^7 as peer dependency
This resolves #74, #75
1 parent b8e831f commit 6817746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"typescript": "5.1.6"
8686
},
8787
"peerDependencies": {
88-
"@typescript-eslint/parser": "^6",
88+
"@typescript-eslint/parser": "^6 || ^7",
8989
"eslint": "^7 || ^8",
9090
"typescript": "^3 || ^4 || ^5"
9191
},

0 commit comments

Comments
 (0)