Skip to content

Commit

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

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

Expand Down

0 comments on commit 660790b

Please sign in to comment.