Skip to content

Commit

Permalink
fix for wrong rule syntax. prop-types instead of react/prop-types in …
Browse files Browse the repository at this point in the history
…docs
  • Loading branch information
markus-willems committed May 12, 2017
1 parent af68f88 commit 227fcf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/prop-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ This rule can take one argument to ignore some specific props during validation.

```
...
"prop-types": [<enabled>, { ignore: <ignore>, customValidators: <customValidator> }]
"react/prop-types": [<enabled>, { ignore: <ignore>, customValidators: <customValidator> }]
...
```

Expand Down

0 comments on commit 227fcf3

Please sign in to comment.