Skip to content

Commit

Permalink
chore: Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Oct 18, 2019
2 parents 0953057 + 48dd88a commit 718f9d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/migrating-from-v3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -203,7 +205,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

0 comments on commit 718f9d6

Please sign in to comment.