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

[New] jsx-curly-brace-presence: add "propElementValues" config option #3191

Merged
merged 1 commit into from Jan 28, 2022

Conversation

ljharb
Copy link
Member

@ljharb ljharb commented Jan 27, 2022

Fixes #3184

@codecov-commenter
Copy link

codecov-commenter commented Jan 27, 2022

Codecov Report

Merging #3191 (ed63c01) into master (541ea43) will decrease coverage by 0.02%.
The diff coverage is 92.30%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3191      +/-   ##
==========================================
- Coverage   97.55%   97.53%   -0.03%     
==========================================
  Files         120      120              
  Lines        8288     8301      +13     
  Branches     2982     2987       +5     
==========================================
+ Hits         8085     8096      +11     
- Misses        203      205       +2     
Impacted Files Coverage Δ
lib/rules/jsx-curly-brace-presence.js 98.05% <92.30%> (-0.91%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 541ea43...ed63c01. Read the comment docs.

@ljharb ljharb merged commit ed63c01 into jsx-eslint:master Jan 28, 2022
@ljharb ljharb deleted the eldritch_horror branch January 28, 2022 23:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Enforce curly braces for JSX props with React elements
2 participants