Skip to content

Commit 466ab7f

Browse files
authored
Merge pull request jsx-eslint#995 from rutsky/patch-1
add missing "react" namespace to "react/forbid-prop-types"
2 parents 5372be3 + a8b2726 commit 466ab7f

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)