Eslint Plugin Vue.JS Accessibility

Posted by

Vincenzo Rubano
on · one minute reading.

Quoting its documentation, Eslint Plugin Vue.JS Accessibility is an eslint plugin for checking accessibility rules from within .vue files.

Since Eslint Plugin Vue.JS Accessibility can only perform static analysis, there are cases (e.g. dynamic bindings) where it cannot detect wether your code can cause accessibility issues or not; in such cases, by design it won’t fail its tests in such scenarios. Therefore, you still need to combine it with tools that perform accessibility checking at run time such as react-axe.

Filed under: