Skip to content

Commit eb5853a

Browse files
authored
Add reference to jsx-boolean-value docs
1 parent 0497750 commit eb5853a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/jsx-boolean-value.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Enforce boolean attributes notation in JSX (jsx-boolean-value)
22

3-
In JSX when using a boolean attribute you can set the attribute value to `true` or omit the value. This rule will enforce one or the other to keep consistency in your code.
3+
[When using a boolean attribute in JSX](https://facebook.github.io/react/docs/jsx-in-depth.html#boolean-attributes), you can set the attribute value to `true` or omit the value. This rule will enforce one or the other to keep consistency in your code.
44

55
**Fixable:** This rule is automatically fixable using the `--fix` flag on the command line.
66

0 commit comments

Comments
 (0)