From 0d75de6c511a53e628d46c1e1045155442cc22e2 Mon Sep 17 00:00:00 2001 From: Philipp Gildein Date: Thu, 17 Oct 2019 13:23:39 +0200 Subject: [PATCH 1/2] Fix link to eslint PR (#4702) --- docs/migrating-from-v3/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/migrating-from-v3/README.md b/docs/migrating-from-v3/README.md index 23676b51e9..37f9a897b2 100644 --- a/docs/migrating-from-v3/README.md +++ b/docs/migrating-from-v3/README.md @@ -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. From 48dd88affa95b90e74353c5507b38fcbb9fa99ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20P=C3=B6hler?= Date: Fri, 18 Oct 2019 08:16:37 +0200 Subject: [PATCH 2/2] docs: added instructions for yarn (#4706) [ci skip] --- docs/migrating-from-v3/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/migrating-from-v3/README.md b/docs/migrating-from-v3/README.md index 37f9a897b2..e69227c3d2 100644 --- a/docs/migrating-from-v3/README.md +++ b/docs/migrating-from-v3/README.md @@ -8,6 +8,8 @@ First, install the latest Vue CLI globally: ```sh npm install -g @vue/cli +# OR +yarn global add @vue/cli ``` ## Upgrade All Plugins at Once