diff --git a/README.md b/README.md index 7870ed231..2da249f5e 100644 --- a/README.md +++ b/README.md @@ -230,6 +230,7 @@ Enforce all the rules in this category, as well as all higher priority rules, wi | | Rule ID | Description | |:---|:--------|:------------| | :wrench: | [vue/component-name-in-template-casing](./docs/rules/component-name-in-template-casing.md) | enforce specific casing for the component naming style in template | +| :wrench: | [vue/require-prop-type-constructor](./docs/rules/require-prop-type-constructor.md) | require prop type to be a constructor | | :wrench: | [vue/script-indent](./docs/rules/script-indent.md) | enforce consistent indentation in `