We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7abd9e8 commit bb5b1dfCopy full SHA for bb5b1df
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
-"prop-types": [<enabled>, { customValidators: <customValidator> }]
+"no-unused-prop-types": [<enabled>, { customValidators: <customValidator>, skipShapeProps: <skipShapeProps> }]
51
52
53
0 commit comments