Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d77fa6a

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: packages/@vue/cli-plugin-eslint/package.json
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.