Skip to content

Commit 582b07b

Browse files
mysticateamichalsnik
authored andcommitted
Docs: update README.md
1 parent 3b6dcac commit 582b07b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66

77
> Official ESLint plugin for Vue.js
88
9+
## :exclamation: Attention - this is documentation for version `5.x` :exclamation:
10+
11+
This branch contains `eslint-plugin-vue@next` which is a pre-released `5.0`, but it's not the default version that you get with `npm install eslint-plugin-vue`. In order to install this you need to specify either `"eslint-plugin-vue": "next"` in `package.json` or do `npm install eslint-plugin-vue@next`.
12+
13+
Please try it and report any issues that you might have encountered.
14+
15+
If you want to check previous releases [go here](https://github.com/vuejs/eslint-plugin-vue/releases).
16+
917
## :art: Playground on the Web
1018

1119
You can try this plugin on the Web.
@@ -20,7 +28,7 @@ You can try this plugin on the Web.
2028
## :cd: Installation
2129

2230
```bash
23-
npm install --save-dev eslint eslint-plugin-vue
31+
npm install --save-dev eslint eslint-plugin-vue@next
2432
```
2533

2634
## :rocket: Usage

0 commit comments

Comments
 (0)