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: allow :onUpdate:modelValue props #1912

Conversation

Fuzzyma
Copy link

@Fuzzyma Fuzzyma commented Jun 13, 2022

This PR aims to resolve #1911

It allows props in the form of :onUpdate:modelValue to be correctly linted as camelCase.
The rules affected are "prop-name-casing" (is now laxer) and "attribute-hyphenation" (this rule autofixes those props correctly now)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

vue/prop-name-casing should allow "onUpdate:fooBar"
2 participants