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

fix(eslint-plugin): [prefer-nullish-coalescing] handle case when type of left side is null or undefined #7225

Merged
merged 1 commit into from
Jul 17, 2023

fix(eslint-plugin): [prefer-nullish-coalescing] handle case when type…

841d45f
Select commit
Failed to load commit list.
Merged

fix(eslint-plugin): [prefer-nullish-coalescing] handle case when type of left side is null or undefined #7225

fix(eslint-plugin): [prefer-nullish-coalescing] handle case when type…
841d45f
Select commit
Failed to load commit list.
Codecov / codecov/project succeeded Jul 14, 2023 in 1s

87.55% (+0.00%) compared to e08a722

View this Pull Request on Codecov

87.55% (+0.00%) compared to e08a722

Details

Codecov Report

Merging #7225 (841d45f) into main (e08a722) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7225   +/-   ##
=======================================
  Coverage   87.54%   87.55%           
=======================================
  Files         377      377           
  Lines       13172    13173    +1     
  Branches     3892     3893    +1     
=======================================
+ Hits        11532    11533    +1     
  Misses       1261     1261           
  Partials      379      379           
Impacted Files Coverage Δ
...lint-plugin/src/rules/prefer-nullish-coalescing.ts 99.23% <100.00%> (+<0.01%) ⬆️