We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 227fcf3 commit 660790bCopy full SHA for 660790b
docs/rules/no-unused-prop-types.md
@@ -47,7 +47,7 @@ This rule can take one argument to ignore some specific props during validation.
47
48
```
49
...
50
-"no-unused-prop-types": [<enabled>, { customValidators: <customValidator>, skipShapeProps: <skipShapeProps> }]
+"react/no-unused-prop-types": [<enabled>, { customValidators: <customValidator>, skipShapeProps: <skipShapeProps> }]
51
52
53
0 commit comments