diff --git a/docs/rules/README.md b/docs/rules/README.md index 0fd8e2fa1..6b9680a97 100644 --- a/docs/rules/README.md +++ b/docs/rules/README.md @@ -263,6 +263,7 @@ Enforce all the rules in this category, as well as all higher priority rules, wi |:--------|:------------|:---| | [vue/attributes-order](./attributes-order.md) | enforce order of attributes | :wrench: | | [vue/component-tags-order](./component-tags-order.md) | enforce order of component top-level elements | | +| [vue/html-button-has-type](./html-button-has-type.md) | disallow usage of button without an explicit type attribute | | | [vue/no-lone-template](./no-lone-template.md) | disallow unnecessary `