No successful run was found on main (0f7171a) during the generation of this report, so 382786b was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.
fix(linter): prevent useConsistentCurlyBraces from producing invalid JSX
Add '{', '<', and '&' to FORBIDDEN_CHARS to prevent the rule from suggesting
to remove curly braces from strings containing characters that cannot appear
unescaped in JSX text, which would produce invalid or semantically different JSX.
Fixes #8011