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): [explicit-function-return-type] Add handling for class properties #502

Merged
merged 3 commits into from May 9, 2019

Conversation

bradzacher
Copy link
Member

Fixes #484

  • Also cleaned up the docs
  • Also added handling for angle bracket casts

@bradzacher bradzacher added the bug Something isn't working label May 8, 2019
@codecov
Copy link

codecov bot commented May 8, 2019

Codecov Report

Merging #502 into master will increase coverage by 0.08%.
The diff coverage is 95.65%.

@@            Coverage Diff             @@
##           master     #502      +/-   ##
==========================================
+ Coverage   95.74%   95.82%   +0.08%     
==========================================
  Files          79       79              
  Lines        3523     3524       +1     
  Branches      975      979       +4     
==========================================
+ Hits         3373     3377       +4     
+ Misses         53       51       -2     
+ Partials       97       96       -1
Impacted Files Coverage Δ
...-plugin/src/rules/explicit-function-return-type.ts 97.29% <95.65%> (+8.4%) ⬆️

@bradzacher bradzacher merged commit 2c36325 into master May 9, 2019
@bradzacher bradzacher deleted the 484-explicit-return-class-prop branch May 9, 2019 01:41
@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
bug Something isn't working
Projects
None yet
2 participants