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-v-text-v-html-on-component): add ignore namespace option #2610

Merged
merged 6 commits into from
Nov 27, 2024

Conversation

waynzh
Copy link
Member

@waynzh waynzh commented Nov 16, 2024

resolve #2458

docs/rules/no-v-text-v-html-on-component.md Outdated Show resolved Hide resolved
docs/rules/no-v-text-v-html-on-component.md Outdated Show resolved Hide resolved
lib/rules/no-v-text-v-html-on-component.js Outdated Show resolved Hide resolved
tests/lib/rules/no-v-text-v-html-on-component.js Outdated Show resolved Hide resolved
waynzh and others added 4 commits November 19, 2024 12:05
Co-authored-by: Flo Edelmann <git@flo-edelmann.de>
Co-authored-by: Flo Edelmann <git@flo-edelmann.de>
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, thanks 🙂

@FloEdelmann
Copy link
Member

The test failure is probably caused by an ESLint update, so no need to worry about this.

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 bea53c0 into vuejs:master Nov 27, 2024
11 of 18 checks passed
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.

Namespace handling makes it impossible to lint recursive SVG / MathML components
3 participants