jsx-eslint / eslint-plugin-react

React-specific linting rules for ESLint
MIT License
8.86k stars 2.75k forks source link

[New] add `no-render-return-undefined`: disallow components rendering undefined #3750

Open akulsr0 opened 1 month ago

akulsr0 commented 1 month ago

Closes #3020

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.45%. Comparing base (cef8123) to head (94e9817). Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #3750 +/- ## ========================================== - Coverage 97.62% 94.45% -3.18% ========================================== Files 134 135 +1 Lines 9617 9708 +91 Branches 3488 3535 +47 ========================================== - Hits 9389 9170 -219 - Misses 228 538 +310 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

akulsr0 commented 1 month ago

@ljharb Let me know your thoughts on this!

akulsr0 commented 1 month ago

I've pushed the review changes

akulsr0 commented 1 week ago

Bumping this up!