We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af68f88 commit 227fcf3Copy full SHA for 227fcf3
docs/rules/prop-types.md
@@ -102,7 +102,7 @@ This rule can take one argument to ignore some specific props during validation.
102
103
```
104
...
105
-"prop-types": [<enabled>, { ignore: <ignore>, customValidators: <customValidator> }]
+"react/prop-types": [<enabled>, { ignore: <ignore>, customValidators: <customValidator> }]
106
107
108
0 commit comments