diff --git a/docs/rules/README.md b/docs/rules/README.md index 0f39db375..869a0cee0 100644 --- a/docs/rules/README.md +++ b/docs/rules/README.md @@ -224,6 +224,7 @@ For example: | [vue/no-boolean-default](./no-boolean-default.md) | disallow boolean defaults | :wrench: | :hammer: | | [vue/no-duplicate-attr-inheritance](./no-duplicate-attr-inheritance.md) | enforce `inheritAttrs` to be set to `false` when using `v-bind="$attrs"` | | :hammer: | | [vue/no-empty-component-block](./no-empty-component-block.md) | disallow the `