eslint-plugin-vue
eslint-plugin-vue copied to clipboard
feat: extend no duplicate attributes to handle .prop modifier
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 []