We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5372be3 commit a8b2726Copy full SHA for a8b2726
docs/rules/forbid-prop-types.md
@@ -44,7 +44,7 @@ class Component extends React.Component {
44
45
```js
46
...
47
-"forbid-prop-types": [<enabled>, { "forbid": [<string>] }]
+"react/forbid-prop-types": [<enabled>, { "forbid": [<string>] }]
48
49
```
50
0 commit comments