Skip to content

Commit 3e0a1e0

Browse files
authored
Merge pull request #1289 from konekoya/patch-1
Use full name of the rule
2 parents 2393236 + f3a9d99 commit 3e0a1e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/default-props-match-prop-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ NotAComponent.propTypes = {
154154

155155
```js
156156
...
157-
"default-props-match-prop-types": [<enabled>, { "allowRequiredDefaults": <boolean> }]
157+
"react/default-props-match-prop-types": [<enabled>, { "allowRequiredDefaults": <boolean> }]
158158
...
159159
```
160160

0 commit comments

Comments
 (0)