Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix link to eslint PR #4702

Merged
merged 1 commit into from
Oct 17, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix link to eslint PR
  • Loading branch information
rmbl authored Oct 17, 2019
commit 1ca8be2b463792b62fd2b4323ddd33593ddb7863
2 changes: 1 addition & 1 deletion docs/migrating-from-v3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ So we now moved it to the project's direct dependency (`@vue/cli-plugin-babel`)

### `@vue/cli-plugin-eslint`

This plugin now [requires ESLint as a peer dependency]((https://github.com/vuejs/vue-cli/pull/3852)).
This plugin now [requires ESLint as a peer dependency](https://github.com/vuejs/vue-cli/pull/3852).

This won't affect projects scaffolded with Vue CLI 3.1 or later.

Expand Down