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: no-dupe-keys with legal duplicated keys (fixes #133) #148

Merged
merged 1 commit into from Mar 21, 2017

Conversation

object88
Copy link
Contributor

@object88 object88 commented Oct 27, 2016

Addresses #133 by validating a complex class structure with multiple methods and different keys.

@object88 object88 changed the title (WIP) fix: no-dupe-keys with legal duplicated keys (fixes #133) fix: no-dupe-keys with legal duplicated keys (fixes #133) Oct 27, 2016
@object88
Copy link
Contributor Author

object88 commented Dec 7, 2016

Bump; didn't see that merge errors were introduced. Have been fixed up now.

@object88
Copy link
Contributor Author

Updated my fork to keep up with master. Can this be merged in?

value = element.id.name;
break;
case 'ObjectTypeAnnotation':
/* eslint-disable no-use-before-define */
Copy link
Owner

Choose a reason for hiding this comment

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

Please change /* eslint-disable */ comments to // eslint-disable-next-line no-use-before-define.

@object88
Copy link
Contributor Author

Change made; thanks for the feedback.

@object88
Copy link
Contributor Author

Are there any other changes that I should make?

@object88 object88 changed the title fix: no-dupe-keys with legal duplicated keys (fixes #133) WIP: fix: no-dupe-keys with legal duplicated keys (fixes #133) Mar 21, 2017
@object88
Copy link
Contributor Author

I seem to have done something wrong on my end, in my fork. Will resolve this.

@gajus
Copy link
Owner

gajus commented Mar 21, 2017

@object88 Ping me when it is ready to be re-reviewed.

@object88
Copy link
Contributor Author

OK, we are back in working order. Feel free to check it out, @gajus , and thanks!

@object88 object88 changed the title WIP: fix: no-dupe-keys with legal duplicated keys (fixes #133) fix: no-dupe-keys with legal duplicated keys (fixes #133) Mar 21, 2017
@gajus gajus merged commit 636cead into gajus:master Mar 21, 2017
@gajus
Copy link
Owner

gajus commented Mar 21, 2017

Thank you

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.

None yet

3 participants