Skip to content

Commit a8cd2fe

Browse files
authored
Merge pull request #1308 from xcatliu/patch-1
Add `react/` prefix for the title of default-props-match-prop-types.md
2 parents 739ece1 + 0163507 commit a8cd2fe

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
@@ -1,4 +1,4 @@
1-
# Enforce all defaultProps have a corresponding non-required PropType (default-props-match-prop-types)
1+
# Enforce all defaultProps have a corresponding non-required PropType (react/default-props-match-prop-types)
22

33
This rule aims to ensure that any `defaultProp` has a non-required `PropType` declaration.
44

0 commit comments

Comments
 (0)