From 89113e5043a1fdc61b9a74f1516b49debe6834af Mon Sep 17 00:00:00 2001 From: Dimitri Mitropoulos Date: Mon, 6 May 2019 10:31:30 -0400 Subject: [PATCH] typo: missing `react/` --- docs/rules/static-property-placement.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rules/static-property-placement.md b/docs/rules/static-property-placement.md index 14aa925f72..1cacd68b93 100644 --- a/docs/rules/static-property-placement.md +++ b/docs/rules/static-property-placement.md @@ -1,4 +1,4 @@ -# 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) This rule allows you to enforce where `childContextTypes`, `contextTypes`, `contextType`, `defaultProps`, `displayName`, and `propTypes` are declared in an ES6 class.