vue-a11y/eslint-plugin-vuejs-accessibility

mouse-events-have-key-events reference link not availbale

Closed this issue · 2 comments

Hi everyone!

When it comes to the following issue:
@mouseover, @mouseenter, or @hover must be accompanied by @focusin or @focus for accessibility.eslint[vuejs-accessibility/mouse-events-have-key-events](https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/blob/master/docs/mouse-events-have-key-events.md)
the reference link mentioned is not available: https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/blob/main/docs/mouse-events-have-key-events.md.

404 - page not found The main branch of eslint-plugin-vuejs-accessibility does not contain the path docs/mouse-events-have-key-events.md.

Thank you for looking into this!

sorry, we released a new documentation website, but we didn't release a new version of the library, I will do it now, so once updated, you can update your plugin to have the new links working as intended

It should be now fixed on 2.2.0, feel free to reopen if the problem persist