Skip to content

feat: add missing merger [member-delimiter-style] #254 #284

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

Merged
merged 2 commits into from
Dec 17, 2019

Conversation

dimabory
Copy link
Contributor

PR Checklist

Overview

Adding missing merger @typescript-eslint/member-delimiter-style.

@dimabory
Copy link
Contributor Author

dimabory commented Dec 13, 2019

@JoshuaKGoldberg It's more like a draft like now, but I'd like to keep it as ready for review. Looking forward to get feedback from you. 😊

Copy link
Member

@JoshuaKGoldberg JoshuaKGoldberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM so far! Once coverage is fixed, let's take this in?

return [];
}

return [merge((existingOptions || [])[0] || {}, (newOptions || [])[0] || {})];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The 100% coverage requirement is failing because one part of this line isn't hit. Without looking deeply at the report, my guess is it's that you're missing a test case for old object config existing (as in, only that one, and not the new config).

@JoshuaKGoldberg JoshuaKGoldberg added the status: waiting for author The PR author should address requested changes label Dec 15, 2019
Copy link
Member

@JoshuaKGoldberg JoshuaKGoldberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙌 thanks @dimabory!

@JoshuaKGoldberg JoshuaKGoldberg merged commit e3f3b86 into typescript-eslint:master Dec 17, 2019
@JoshuaKGoldberg JoshuaKGoldberg removed the status: waiting for author The PR author should address requested changes label Dec 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing Merger: @typescript-eslint/member-delimiter-style
2 participants