From ba5dd55c4f7a79720181201914073c4cad8606e2 Mon Sep 17 00:00:00 2001 From: Howard Zhou Date: Mon, 31 Jul 2017 17:49:12 -0700 Subject: [PATCH] Update mobify-es6-react.yml --- es6/mobify-es6-react.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es6/mobify-es6-react.yml b/es6/mobify-es6-react.yml index 1db83d3..f299264 100644 --- a/es6/mobify-es6-react.yml +++ b/es6/mobify-es6-react.yml @@ -36,7 +36,7 @@ rules: react/jsx-equals-spacing: error react/jsx-indent: error react/jsx-indent-props: error - react/jsx-space-before-closing: error + react/jsx-tag-spacing: error react/jsx-wrap-multilines: error # Ignore common unused vars and args in React projects