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.
forbid-prop-types
1 parent 7fd4c4a commit 859def6Copy full SHA for 859def6
docs/rules/forbid-prop-types.md
@@ -44,7 +44,7 @@ class Component extends React.Component {
44
45
```js
46
...
47
-"react/forbid-prop-types": [<enabled>, { "forbid": [<string>], checkContextTypes: <boolean>, checkChildContextTypes: <boolean> }]
+"react/forbid-prop-types": [<enabled>, { "forbid": [<string>], "checkContextTypes": <boolean>, "checkChildContextTypes": <boolean> }]
48
49
```
50
0 commit comments