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/recommended and plugin:vue-a11y/recommended to ESLint config's extends section
- Use a
component tag 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