Open
Description
Currently when using eslint-plugin-vue-a11y
with eslint@6
there's a warning about version mismatch:
[email protected] requires a peer of eslint@^5.0.0 but none is installed. You must install peer dependencies yourself.
How so?
[email protected]
requires[email protected]
[email protected]
requireseslint@5
- Boom!
How this can be solved?
- We can upgrade
[email protected]
to[email protected]
, it should fix the problem
Metadata
Metadata
Assignees
Labels
No labels