diff --git a/docs/rules/README.md b/docs/rules/README.md index cc2a97313..d7b9d4a45 100644 --- a/docs/rules/README.md +++ b/docs/rules/README.md @@ -277,6 +277,7 @@ For example: | [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-name-property](./require-name-property.md) | require a name property in Vue components | | +| [vue/require-shorthand-boolean-prop](./require-shorthand-boolean-prop.md) | enforce or forbid passing `true` value to a prop | | | [vue/script-indent](./script-indent.md) | enforce consistent indentation in `