From b8972a2d6f8df7cab82eb9afcc8bf89af2147b63 Mon Sep 17 00:00:00 2001 From: Alex Van Liew Date: Fri, 17 Jun 2022 16:11:38 -0700 Subject: [PATCH] add eslint-plugin-vue-test-utils to code style --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cd8bdd830..52905c91e 100644 --- a/README.md +++ b/README.md @@ -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.