Skip to content

Commit

Permalink
update vue/require-prop-type-constructor doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Jun 16, 2020
1 parent bb767b7 commit f3224ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/require-prop-type-constructor.md
Expand Up @@ -14,7 +14,7 @@ description: require prop type to be a constructor

This rule reports prop types that can't be presumed as constructors.

It's impossible to catch every possible case and know whether the prop type is a constructor or not, hence this rule block-list few types of nodes, instead of allow-listing correct ones.
It's impossible to catch every possible case and know whether the prop type is a constructor or not, hence this rule restricts few types of nodes, instead of allowing correct ones.

The following types are forbidden and will be reported:

Expand Down

0 comments on commit f3224ba

Please sign in to comment.