vue-a11y / eslint-plugin-vuejs-accessibility

An eslint plugin for checking Vue.js files for accessibility
https://vue-a11y.github.io/eslint-plugin-vuejs-accessibility/
MIT License
254 stars 27 forks source link

label-has-for: add option for adding custom controlTypes #38

Closed vhoyer closed 4 years ago

vhoyer commented 4 years ago

https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/blob/master/src/rules/label-has-for.js#L9

Like we have an option for custom labels, I want to configure a custom component for the Input :smile:

kddnewton commented 4 years ago

This is out as v0.4.0