Skip to content

Commit 4a4fde5

Browse files
dimitropoulosljharb
authored andcommitted
[Docs] static-property-placement: typo: missing react/
1 parent a8af8ea commit 4a4fde5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/static-property-placement.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Enforces where React component static properties should be positioned. (static-property-placement)
1+
# Enforces where React component static properties should be positioned. (react/static-property-placement)
22

33
This rule allows you to enforce where `childContextTypes`, `contextTypes`, `contextType`, `defaultProps`, `displayName`,
44
and `propTypes` are declared in an ES6 class.

0 commit comments

Comments
 (0)