Skip to content

Commit d77fa6a

Browse files
authored
fix: narrow the eslint peer dep version range, avoiding npm 7 error (#5962)
1 parent 597b4b6 commit d77fa6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli-plugin-eslint/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
},
3333
"peerDependencies": {
3434
"@vue/cli-service": "^3.0.0 || ^4.0.0-0",
35-
"eslint": ">= 1.6.0"
35+
"eslint": ">= 1.6.0 < 7.0.0"
3636
}
3737
}

0 commit comments

Comments
 (0)