We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
static-property-placement
react/
1 parent a8af8ea commit 4a4fde5Copy full SHA for 4a4fde5
docs/rules/static-property-placement.md
@@ -1,4 +1,4 @@
1
-# Enforces where React component static properties should be positioned. (static-property-placement)
+# Enforces where React component static properties should be positioned. (react/static-property-placement)
2
3
This rule allows you to enforce where `childContextTypes`, `contextTypes`, `contextType`, `defaultProps`, `displayName`,
4
and `propTypes` are declared in an ES6 class.
0 commit comments