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): [no-type-alias] Fix parenthesized type handling #576

Merged
merged 2 commits into from Jun 7, 2019

Conversation

bradzacher
Copy link
Member

@bradzacher bradzacher commented May 29, 2019

Fixes #575

It was going to be annoying to insert ifs all over the place so I refactored the logic to make it cleaner.

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

codecov bot commented May 29, 2019

Codecov Report

Merging #576 into master will decrease coverage by 0.04%.
The diff coverage is 92.85%.

@@            Coverage Diff             @@
##           master     #576      +/-   ##
==========================================
- Coverage   94.29%   94.25%   -0.05%     
==========================================
  Files         104      104              
  Lines        4244     4245       +1     
  Branches     1158     1157       -1     
==========================================
- Hits         4002     4001       -1     
- Misses        141      142       +1     
- Partials      101      102       +1
Impacted Files Coverage Δ
packages/eslint-plugin/src/rules/no-type-alias.ts 95.65% <92.85%> (-4.35%) ⬇️

@bradzacher bradzacher merged commit 6489293 into master Jun 7, 2019
@bradzacher bradzacher deleted the 575-no-type-alias-parenthesized-types branch June 7, 2019 03: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
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[no-type-alias] eslint crashes when a type alias contains parentheses
2 participants