You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/rules/require-prop-type-constructor.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ description: require prop type to be a constructor
14
14
15
15
This rule reports prop types that can't be presumed as constructors.
16
16
17
-
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.
17
+
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.
18
18
19
19
The following types are forbidden and will be reported:
0 commit comments