Skip to content
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

vue-a11y causes a conflict with vue/require-component-is rule #29

Open
wujekbogdan opened this issue Apr 21, 2020 · 0 comments
Open

vue-a11y causes a conflict with vue/require-component-is rule #29

wujekbogdan opened this issue Apr 21, 2020 · 0 comments

Comments

@wujekbogdan
Copy link

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

  1. Add plugin:vue/recommended and plugin:vue-a11y/recommended to ESLint config's extends section
  2. Use a component tag together with :is
  3. 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:

Zrzut ekranu 2020-04-21 o 14 52 01

Without plugin:vue-a11y/recommended

Zrzut ekranu 2020-04-21 o 14 54 51

Desktop (please complete the following information):

  • OS: macOS
  • Version eslint-plugin-vue^6.2.2, eslint-plugin-vue-a11y^0.0.31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant