Skip to content

Commit

Permalink
Merge pull request #995 from rutsky/patch-1
Browse files Browse the repository at this point in the history
add missing "react" namespace to "react/forbid-prop-types"
  • Loading branch information
lencioni committed Dec 8, 2016
2 parents 5372be3 + a8b2726 commit 466ab7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/forbid-prop-types.md
Expand Up @@ -44,7 +44,7 @@ class Component extends React.Component {

```js
...
"forbid-prop-types": [<enabled>, { "forbid": [<string>] }]
"react/forbid-prop-types": [<enabled>, { "forbid": [<string>] }]
...
```

Expand Down

0 comments on commit 466ab7f

Please sign in to comment.