Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add eslint-plugin-vue-test-utils to code style #3922

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -3123,6 +3123,7 @@ _Improve readability of code_
- [vue-types](https://github.com/dwightjack/vue-types) - Vue Prop Types definitions.
- [vue-factory](https://github.com/ye-will/vue-factory) - A simple factory/provider extension for Vue.js, like services in Angular.
- [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) - Eslint plugin for Vue.js projects.
- [eslint-plugin-vue-test-utils](https://github.com/BeProductiv/eslint-plugin-vue-test-utils) - Eslint plugin for `@vue/test-utils`
- [vue-decorators](https://github.com/partyka95/vue-decorators) - Decorators for Vue.js (beta).
- [vue-computed-helpers](https://github.com/michalsnik/vue-computed-helpers) - Computed helpers for Vue.js apps
- [vert](https://github.com/LancerComet/Vert-Core) - Library to build Vue applications in OOP.
Expand Down