maranran / eslint-plugin-vue-a11y

Static AST checker for accessibility rules on elements in .vue
MIT License
161 stars 21 forks source link

Is that vue-a11y or react-a11y? #5

Closed Jinjiang closed 6 years ago

Jinjiang commented 6 years ago

https://github.com/maranran/eslint-plugin-vue-a11y/blob/master/docs/rules/mouse-events-have-key-events.md

<div onMouseOver={ () => void 0 } onFocus={ () => void 0 } />

Or does this repo copied from anywhere else (without declaration/fork mark)? 🤔

Thanks.

maranran commented 6 years ago

this file copied from eslint-plugin-jsx-a11y . I have updated it and add the author in the License file. thanks for your issue @Jinjiang