From adc782343eb862f313ef40849e11c7385a31da22 Mon Sep 17 00:00:00 2001 From: Pete Pirasis <1pete@users.noreply.github.com> Date: Thu, 27 Oct 2016 01:58:42 +0700 Subject: [PATCH] [react] add rule references in section *Spacing* --- react/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react/README.md b/react/README.md index 5ba21051..7d8a32eb 100644 --- a/react/README.md +++ b/react/README.md @@ -206,7 +206,7 @@ ## Spacing - - Always include a single space in your self-closing tag. + - Always include a single space in your self-closing tag. eslint: [`no-multi-spaces`](http://eslint.org/docs/rules/no-multi-spaces), [`react/jsx-space-before-closing`](https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-space-before-closing.md) ```jsx // bad