From 80ca3ea1f8c421c57169f279463299b3096f73b3 Mon Sep 17 00:00:00 2001 From: Yosuke Ota Date: Sun, 15 Aug 2021 01:45:58 +0000 Subject: [PATCH] Format --- docs/rules/README.md | 2 +- docs/rules/no-v-text.md | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/rules/README.md b/docs/rules/README.md index 3a81ca6ec..5f86b7fc7 100644 --- a/docs/rules/README.md +++ b/docs/rules/README.md @@ -324,7 +324,7 @@ For example: | [vue/no-use-computed-property-like-method](./no-use-computed-property-like-method.md) | disallow use computed property like method | | | [vue/no-useless-mustaches](./no-useless-mustaches.md) | disallow unnecessary mustache interpolations | :wrench: | | [vue/no-useless-v-bind](./no-useless-v-bind.md) | disallow unnecessary `v-bind` directives | :wrench: | -| [vue/no-v-text](./no-v-text.md) | disallow use of v-text | :wrench: | +| [vue/no-v-text](./no-v-text.md) | disallow use of v-text | | | [vue/padding-line-between-blocks](./padding-line-between-blocks.md) | require or disallow padding lines between blocks | :wrench: | | [vue/require-direct-export](./require-direct-export.md) | require the component to be directly exported | | | [vue/require-emit-validator](./require-emit-validator.md) | require type definitions in emits | | diff --git a/docs/rules/no-v-text.md b/docs/rules/no-v-text.md index cc8152b2b..b264ac1df 100644 --- a/docs/rules/no-v-text.md +++ b/docs/rules/no-v-text.md @@ -8,6 +8,7 @@ description: disallow use of v-text > disallow use of v-text +- :exclamation: ***This rule has not been released yet.*** ## :book: Rule Details @@ -31,10 +32,6 @@ This rule reports all uses of `v-text` directive. Nothing. -## :rocket: Version - -This rule was introduced in eslint-plugin-vue v7.17.0 - ## :mag: Implementation - [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/no-v-text.js)