diff --git a/docs/rules/README.md b/docs/rules/README.md index 9717d49ae..d38c44a2b 100644 --- a/docs/rules/README.md +++ b/docs/rules/README.md @@ -321,6 +321,7 @@ For example: | [vue/no-useless-v-bind](./no-useless-v-bind.md) | disallow unnecessary `v-bind` directives | :wrench: | | [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 | | | [vue/require-name-property](./require-name-property.md) | require a name property in Vue components | | | [vue/script-indent](./script-indent.md) | enforce consistent indentation in `