eslint-plugin-vue-a11y
eslint-plugin-vue-a11y copied to clipboard
vue-a11y causes a conflict with vue/require-component-is rule
Describe the bug
When I use eslint-plugin-vue-a11y together with eslint-plugin-vue then vue/require-component-is rule fails to validate the :is property. Even if the :is property exists I'm getting ESLint error.
To Reproduce
- Add
plugin:vue/recommendedandplugin:vue-a11y/recommendedto ESLint config'sextendssection - Use a
componenttag together with:is - ESLint errors shows up.
Expected behavior
There should be no error if the :is property has a proper value.
Screenshots
When plugin:vue-a11y/recommended is active:
Without plugin:vue-a11y/recommended
Desktop (please complete the following information):
- OS: macOS
- Version
eslint-plugin-vue^6.2.2,eslint-plugin-vue-a11y^0.0.31