Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add jsx-curly-brace-presence #17078

Merged
merged 1 commit into from
Dec 12, 2024
Merged

Conversation

koji
Copy link
Contributor

@koji koji commented Dec 10, 2024

Overview

react/jsx-curly-brace-presence

# BAD
return (
  <LargeButton buttonText={'button name'} />
)

# GOOD
return (
  <LargeButton buttonText='button name' />
)

close AUTH-1140

Test Plan and Hands on Testing

Changelog

Review requests

Risk assessment

low

add jsx-curly-brace-presence'
@koji koji marked this pull request as ready for review December 10, 2024 20:49
@koji koji requested review from a team as code owners December 10, 2024 20:49
@koji koji removed the request for review from a team December 10, 2024 20:49
Copy link
Member

@sfoster1 sfoster1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@koji koji merged commit 28fa8ba into edge Dec 12, 2024
56 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants