Skip to content

Commit

Permalink
add missing "react" namespace to "react/forbid-prop-types"
Browse files Browse the repository at this point in the history
  • Loading branch information
rutsky authored Dec 8, 2016
1 parent 5372be3 commit a8b2726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/forbid-prop-types.md
Original file line number Diff line number Diff line change
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 a8b2726

Please sign in to comment.