-
-
Notifications
You must be signed in to change notification settings - Fork 153
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
Conversation
Bump; didn't see that merge errors were introduced. Have been fixed up now. |
Updated my fork to keep up with master. Can this be merged in? |
src/rules/noDupeKeys.js
Outdated
value = element.id.name; | ||
break; | ||
case 'ObjectTypeAnnotation': | ||
/* eslint-disable no-use-before-define */ |
There was a problem hiding this comment.
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
.
Change made; thanks for the feedback. |
Are there any other changes that I should make? |
I seem to have done something wrong on my end, in my fork. Will resolve this. |
@object88 Ping me when it is ready to be re-reviewed. |
OK, we are back in working order. Feel free to check it out, @gajus , and thanks! |
Thank you |
Addresses #133 by validating a complex class structure with multiple methods and different keys.