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): Add func-call-spacing [extension] #448

Merged
merged 3 commits into from Apr 24, 2019

Conversation

bradzacher
Copy link
Member

Closes #364

Adds support for function call generics to the rule.

@bradzacher bradzacher added the enhancement: new base rule extension New base rule extension required to handle a TS specific case label Apr 20, 2019
@codecov
Copy link

codecov bot commented Apr 20, 2019

Codecov Report

Merging #448 into master will increase coverage by 0.02%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master     #448      +/-   ##
==========================================
+ Coverage   97.07%   97.09%   +0.02%     
==========================================
  Files          75       77       +2     
  Lines        2902     2928      +26     
  Branches      479      483       +4     
==========================================
+ Hits         2817     2843      +26     
  Misses         52       52              
  Partials       33       33
Impacted Files Coverage Δ
packages/eslint-plugin/src/util/index.ts 100% <100%> (ø) ⬆️
packages/eslint-plugin/src/util/astUtils.ts 100% <100%> (ø)
...kages/eslint-plugin/src/rules/func-call-spacing.ts 100% <100%> (ø)

@JamesHenry JamesHenry merged commit 92e65ec into master Apr 24, 2019
@JamesHenry JamesHenry deleted the func-call-spacing branch April 24, 2019 12:59
@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 base rule extension New base rule extension required to handle a TS specific case
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Constructor call with () => void as second type param triggers func-call-spacing
2 participants