-
-
Notifications
You must be signed in to change notification settings - Fork 696
Improve docs and error message for vue/no-dupe-keys
#2260
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
Conversation
I think I accidentally formatted this with Prettier (my config) out of habit, which added semi colons and commas and such. Let me try to fix.
Okay should be fixed. Sorry for the messy commits. Hopefully you do squash merges.
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.
Looks good, thank you! 👍
We use squash commits, so the messy commit history in this PR is no problem at all 🙂
vue/no-dupe-keys
(追記ここまで)
Uh oh!
There was an error while loading. Please reload this page.
Closes #2247
no-dupe-keys
and related tests.no-dupe-keys
doc page.Side note, I wish this rule was named
no-duplicate-keys
for consistency with other duplicate rules, but this would be a breaking change.