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

feat(eslint-plugin): [ban-types] add NonNullable suggestion and allow custom suggestions #6876

Merged
merged 2 commits into from Apr 16, 2023

Add suggest option

e9fcabd
Select commit
Failed to load commit list.
Merged

feat(eslint-plugin): [ban-types] add NonNullable suggestion and allow custom suggestions #6876

Add suggest option
e9fcabd
Select commit
Failed to load commit list.
Codecov / codecov/project succeeded Apr 9, 2023 in 1s

87.37% (+0.00%) compared to f0f83ce

View this Pull Request on Codecov

87.37% (+0.00%) compared to f0f83ce

Details

Codecov Report

Merging #6876 (e9fcabd) into main (f0f83ce) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6876   +/-   ##
=======================================
  Coverage   87.36%   87.37%           
=======================================
  Files         386      386           
  Lines       13190    13193    +3     
  Branches     3867     3868    +1     
=======================================
+ Hits        11524    11527    +3     
  Misses       1300     1300           
  Partials      366      366           
Impacted Files Coverage Δ
packages/eslint-plugin/src/rules/ban-types.ts 100.00% <100.00%> (ø)