Open
Description
Currently when using eslint-plugin-vue-a11y
with eslint@6
there's a warning about version mismatch:
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
requiresvue-eslint-parser@5.0
vue-eslint-parser@5.0
requireseslint@5
- Boom!
How this can be solved?
- We can upgrade
vue-eslint-parser@5.0
tovue-eslint-parser@7.0
, it should fix the problem
Metadata
Metadata
Assignees
Labels
No labels