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

feat(no-reserved-component-names): add case sensitive option #2594

Merged
merged 7 commits into from
Nov 11, 2024

Conversation

waynzh
Copy link
Contributor

@waynzh waynzh commented Nov 2, 2024

resolve #2556

Add an option to control case-sensitive matching for HTML element names to be considered conflicting. For instance, Button would be allowed, but button would still be disallowed.

@waynzh waynzh changed the title feat: add case sensitive option feat(no-reserved-component-names): add case sensitive option Nov 2, 2024
Copy link
Member

@FloEdelmann FloEdelmann left a comment

Choose a reason for hiding this comment

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

Looks good to me now. Thanks!

Copy link
Member

@ota-meshi ota-meshi left a comment

Choose a reason for hiding this comment

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

LGTM! Thank you!

@ota-meshi ota-meshi merged commit 9205cc8 into vuejs:master Nov 11, 2024
18 checks passed
@waynzh waynzh deleted the feature/add-case-sensitive-option branch November 11, 2024 04:00
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.

More configuration options for vue/no-reserved-component-names
3 participants