diff --git a/docs/rules/README.md b/docs/rules/README.md index 3a36a252f..147daea5d 100644 --- a/docs/rules/README.md +++ b/docs/rules/README.md @@ -76,6 +76,7 @@ Enforce all the rules in this category, as well as all higher priority rules, wi | [vue/no-unused-components](./no-unused-components.md) | disallow registering components that are not used inside templates | | | [vue/no-unused-vars](./no-unused-vars.md) | disallow unused variable definitions of v-for directives or scope attributes | | | [vue/no-use-v-if-with-v-for](./no-use-v-if-with-v-for.md) | disallow use v-if on the same element as v-for | | +| [vue/no-useless-template-attributes](./no-useless-template-attributes.md) | disallow useless attribute on `