You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-2
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,23 @@
6
6
7
7
> Official ESLint plugin for Vue.js
8
8
9
-
## :exclamation: Requirements
9
+
## :exclamation: Attention - this is documentation for beta `3.0.0`:exclamation:
10
+
11
+
This branch contains `eslint-plugin-vue@beta` which is pre-released `3.0.0`, but it's not an official version that you get by `npm install eslint-plugin-vue`. In order to install this you need to specify either `3.0.0` in `package.json` or do `npm install eslint-plugin-vue@beta`.
12
+
13
+
Please try it and report any issues that you might experience.
14
+
15
+
If you want to check previous releases [go here](https://github.com/vuejs/eslint-plugin-vue/releases).
0 commit comments