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): [no-unnecessary-condition] allow nullish coalescing for naked type parameter #6910

Merged

add tests

a1c766c
Select commit
Failed to load commit list.
Merged

fix(eslint-plugin): [no-unnecessary-condition] allow nullish coalescing for naked type parameter #6910

add tests
a1c766c
Select commit
Failed to load commit list.
Codecov / codecov/project succeeded Apr 17, 2023 in 1s

87.37% (+0.00%) compared to 40f4eee

View this Pull Request on Codecov

87.37% (+0.00%) compared to 40f4eee

Details

Codecov Report

Merging #6910 (a1c766c) into main (40f4eee) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6910   +/-   ##
=======================================
  Coverage   87.36%   87.37%           
=======================================
  Files         386      386           
  Lines       13189    13192    +3     
  Branches     3866     3867    +1     
=======================================
+ Hits        11523    11526    +3     
  Misses       1300     1300           
  Partials      366      366           
Impacted Files Coverage Δ
...slint-plugin/src/rules/no-unnecessary-condition.ts 98.37% <100.00%> (ø)

... and 1 file with indirect coverage changes