Skip to content

Commit

Permalink
Update docs/rules/jsx-boolean-value.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Harband <[email protected]>
  • Loading branch information
bastiendmt and ljharb authored Dec 5, 2024
1 parent d05b706 commit 7a3680d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/jsx-boolean-value.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<!-- end auto-generated rule header -->

When using a boolean attribute in JSX, you can set the attribute value to `true` or omit the value.
When using a [boolean attribute in JSX](https://web.archive.org/web/20160607204033/http://facebook.github.io/react/docs/jsx-in-depth.html#boolean-attributes), you can set the attribute value to `true` or omit the value.

## Rule Details

Expand Down

0 comments on commit 7a3680d

Please sign in to comment.