Skip to content

Commit

Permalink
chore(readme): update eslint-plugin-vue status [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Oct 5, 2020
1 parent 60da878 commit db6c2df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ It is recommended to use [VSCode](https://code.visualstudio.com/) with our offic
| Project | NPM | Repo |
| --------------------- | ----------------------------- | -------------------- |
| @vue/babel-plugin-jsx | [![rc][jsx-badge]][jsx-npm] | [[Github][jsx-code]] |
| eslint-plugin-vue | [![beta][epv-badge]][epv-npm] | [[Github][epv-code]] |
| eslint-plugin-vue | [![stable][epv-badge]][epv-npm] | [[Github][epv-code]] |
| @vue/test-utils | [![beta][vtu-badge]][vtu-npm] | [[Github][vtu-code]] |
| vue-class-component | [![beta][vcc-badge]][vcc-npm] | [[Github][vcc-code]] |
| vue-loader | [![beta][vl-badge]][vl-npm] | [[Github][vl-code]] |
Expand All @@ -80,8 +80,8 @@ It is recommended to use [VSCode](https://code.visualstudio.com/) with our offic
[vd-badge]: https://img.shields.io/npm/v/@vue/devtools/beta.svg
[vd-npm]: https://www.npmjs.com/package/@vue/devtools/v/beta
[vd-code]: https://github.com/vuejs/vue-devtools/tree/next
[epv-badge]: https://img.shields.io/npm/v/eslint-plugin-vue/next.svg
[epv-npm]: https://www.npmjs.com/package/eslint-plugin-vue/v/next
[epv-badge]: https://img.shields.io/npm/v/eslint-plugin-vue.svg
[epv-npm]: https://www.npmjs.com/package/eslint-plugin-vue
[epv-code]: https://github.com/vuejs/eslint-plugin-vue
[vtu-badge]: https://img.shields.io/npm/v/@vue/test-utils/next.svg
[vtu-npm]: https://www.npmjs.com/package/@vue/test-utils/v/next
Expand Down

0 comments on commit db6c2df

Please sign in to comment.