Skip to content

Commit adc7823

Browse files
authored
[react] add rule references in section *Spacing*
1 parent 0e2b74a commit adc7823

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

react/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
207207
## Spacing
208208
209-
- Always include a single space in your self-closing tag.
209+
- 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)
210210
211211
```jsx
212212
// bad

0 commit comments

Comments
 (0)