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): [explicit-function-return-type] add handling for usage as arguments #680

Merged
merged 2 commits into from Jul 8, 2019

Conversation

bradzacher
Copy link
Member

Fixes #679

This wasn't ever added to the implementation for some reason.

@codecov
Copy link

codecov bot commented Jul 8, 2019

Codecov Report

Merging #680 into master will increase coverage by <.01%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master     #680      +/-   ##
==========================================
+ Coverage   94.33%   94.33%   +<.01%     
==========================================
  Files         111      111              
  Lines        4591     4593       +2     
  Branches     1267     1268       +1     
==========================================
+ Hits         4331     4333       +2     
  Misses        149      149              
  Partials      111      111
Impacted Files Coverage Δ
...-plugin/src/rules/explicit-function-return-type.ts 100% <100%> (ø) ⬆️

@JamesHenry JamesHenry merged commit e0aeb18 into master Jul 8, 2019
@JamesHenry JamesHenry deleted the 679-efrt-as-arg branch July 8, 2019 14:31
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[explicit-function-return-type] allowTypedFunctionExpressions does not work for parameters
2 participants