Skip to content

Commit

Permalink
fix: narrow the eslint peer dep version range, avoiding npm 7 error (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
sodatea committed Oct 15, 2020
1 parent 597b4b6 commit d77fa6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vue/cli-plugin-eslint/package.json
Expand Up @@ -32,6 +32,6 @@
},
"peerDependencies": {
"@vue/cli-service": "^3.0.0 || ^4.0.0-0",
"eslint": ">= 1.6.0"
"eslint": ">= 1.6.0 < 7.0.0"
}
}

0 comments on commit d77fa6a

Please sign in to comment.