Skip to content

Commit 660790b

Browse files
fix for wrong rule syntax. no-unused-prop-types instead of react/no-unused-prop-types in docs
1 parent 227fcf3 commit 660790b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/no-unused-prop-types.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ This rule can take one argument to ignore some specific props during validation.
4747

4848
```
4949
...
50-
"no-unused-prop-types": [<enabled>, { customValidators: <customValidator>, skipShapeProps: <skipShapeProps> }]
50+
"react/no-unused-prop-types": [<enabled>, { customValidators: <customValidator>, skipShapeProps: <skipShapeProps> }]
5151
...
5252
```
5353

0 commit comments

Comments
 (0)