Skip to content

Commit a8b2726

Browse files
authored
add missing "react" namespace to "react/forbid-prop-types"
1 parent 5372be3 commit a8b2726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/forbid-prop-types.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class Component extends React.Component {
4444

4545
```js
4646
...
47-
"forbid-prop-types": [<enabled>, { "forbid": [<string>] }]
47+
"react/forbid-prop-types": [<enabled>, { "forbid": [<string>] }]
4848
...
4949
```
5050

0 commit comments

Comments
 (0)