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] ban types in extends and implements #7129

Merge branch 'main' into ban-certain-types-to-be-extended-from

9f6dfa8
Select commit
Failed to load commit list.
Merged

feat(eslint-plugin): [ban-types] ban types in extends and implements #7129

Merge branch 'main' into ban-certain-types-to-be-extended-from
9f6dfa8
Select commit
Failed to load commit list.
Codecov / codecov/project succeeded Jun 28, 2023 in 1s

87.43% (+0.00%) compared to faea3ff

View this Pull Request on Codecov

87.43% (+0.00%) compared to faea3ff

Details

Codecov Report

Merging #7129 (9f6dfa8) into main (faea3ff) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7129   +/-   ##
=======================================
  Coverage   87.43%   87.43%           
=======================================
  Files         386      386           
  Lines       13192    13194    +2     
  Branches     3872     3872           
=======================================
+ Hits        11534    11536    +2     
  Misses       1292     1292           
  Partials      366      366           
Impacted Files Coverage Δ
packages/eslint-plugin/src/rules/ban-types.ts 100.00% <100.00%> (ø)