Skip to content

Commit e3ad245

Browse files
authored
Merge pull request #76 from k1rd3rf/allow-ts-eslint-parser-version-7-as-peer-dependency
Allow ``@typescript-eslint/parser@^7` as peer dependency
2 parents b8e831f + 6817746 commit e3ad245

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)