Skip to content

Commit bf2021d

Browse files
committed
fix: change parser peerDep to >=6
eslint/parser is now up to version 8, and it seems likely that this plugin will continue working with future versions, so my proposal is just to make the peerDep >= 6. Alternately, I'd be happy to change it to just add `|| ^8`
1 parent d789b12 commit bf2021d

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 || ^7",
88+
"@typescript-eslint/parser": ">=6",
8989
"eslint": "^7 || ^8",
9090
"typescript": "^3 || ^4 || ^5"
9191
},

0 commit comments

Comments
 (0)