We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0953057 + 48dd88a commit 718f9d6Copy full SHA for 718f9d6
docs/migrating-from-v3/README.md
@@ -8,6 +8,8 @@ First, install the latest Vue CLI globally:
8
9
```sh
10
npm install -g @vue/cli
11
+# OR
12
+yarn global add @vue/cli
13
```
14
15
## Upgrade All Plugins at Once
@@ -203,7 +205,7 @@ So we now moved it to the project's direct dependency (`@vue/cli-plugin-babel`)
203
205
204
206
### `@vue/cli-plugin-eslint`
207
-This plugin now [requires ESLint as a peer dependency]((https://github.com/vuejs/vue-cli/pull/3852)).
208
+This plugin now [requires ESLint as a peer dependency](https://github.com/vuejs/vue-cli/pull/3852).
209
210
This won't affect projects scaffolded with Vue CLI 3.1 or later.
211
0 commit comments