maranran / eslint-plugin-vue-a11y

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

Upgrading ESLint Peer Dependency #4

Closed RyanMulready closed 6 years ago

RyanMulready commented 6 years ago

We are now using ESLint 5 regularly. Anything preventing you from upgrading or at the very least upgrading the peer dependency to include both?

maranran commented 6 years ago

done @RyanMulready

RyanMulready commented 6 years ago

Nice.

goatandsheep commented 5 years ago

I am still having an issue since estlint-plugin-vue@4.4.0 only supports eslint@^3.18.0 || ^4.0.0. Can we upgrade to eslint-plugin-vue@^5.0.0?