We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently when using eslint-plugin-vue-a11y with eslint@6 there's a warning about version mismatch:
eslint-plugin-vue-a11y
eslint@6
vue-eslint-parser@5.0.0 requires a peer of eslint@^5.0.0 but none is installed. You must install peer dependencies yourself.
How so?
eslint-plugin-vue-a11y@0.0.31
vue-eslint-parser@5.0
eslint@5
How this can be solved?
vue-eslint-parser@7.0
The text was updated successfully, but these errors were encountered:
Fixes maranran#23
1b4ea82
Successfully merging a pull request may close this issue.
Currently when using
eslint-plugin-vue-a11y
witheslint@6
there's a warning about version mismatch:How so?
eslint-plugin-vue-a11y@0.0.31
requiresvue-eslint-parser@5.0
vue-eslint-parser@5.0
requireseslint@5
How this can be solved?
vue-eslint-parser@5.0
tovue-eslint-parser@7.0
, it should fix the problemThe text was updated successfully, but these errors were encountered: