Skip to content

Commit 7d46d3c

Browse files
committed
Document react/require-render-return as a fully fledged rule
Now that the pull request has been merged, we can reference the actual rule.
1 parent 2512319 commit 7d46d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@
472472
}
473473
```
474474
475-
- Be sure to return a value in your `render` methods. eslint: [`require-render-return`](https://github.com/yannickcr/eslint-plugin-react/pull/502)
475+
- Be sure to return a value in your `render` methods. eslint: [`react/require-render-return`](https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/require-render-return.md)
476476
477477
```jsx
478478
// bad

0 commit comments

Comments
 (0)