Skip to content

Commit 00d17ee

Browse files
committed
Allow ESLint v10 alpha as peer dependency
1 parent da00a44 commit 00d17ee

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
@@ -60,7 +60,7 @@
6060
"peerDependencies": {
6161
"@stylistic/eslint-plugin": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0",
6262
"@typescript-eslint/parser": "^7.0.0 || ^8.0.0",
63-
"eslint": "^8.57.0 || ^9.0.0",
63+
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0-0",
6464
"vue-eslint-parser": "^10.0.0"
6565
},
6666
"peerDependenciesMeta": {

0 commit comments

Comments
 (0)