Skip to content

feat: extend no duplicate attributes to handle .prop modifier #1924

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

Closed

Conversation

mrzdevcore
Copy link

Extend no-duplicate-attributes rules with allowedDOMProps option to handle
v-bind:attribute-name.prop - force a binding to be set as a DOM property.

allowedDOMProps (Array<string>) ... Enables [v-bind:attribute-name.prop] directive to coexist with [v-bind:attribute-name] or [attribute-name] attribute. Default is []

@FloEdelmann
Copy link
Member

Ping @mrzdevcore

@FloEdelmann
Copy link
Member

I'll close this for now because it seems to be abandoned and there are already some merge conflicts. Feel free to open a new PR 🙂

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.

Extend no-duplicate-attributes with new option allowedDOMProps
3 participants