# eslint-plugin-vuejs-accessibility

> An eslint plugin for checking Vue.js files for accessibility

Latest version **2.6.0** (published 2026-08-10) · MIT license · 0 weekly downloads

## Install

```sh
npm install eslint-plugin-vuejs-accessibility
pnpm add eslint-plugin-vuejs-accessibility
yarn add eslint-plugin-vuejs-accessibility
bun add eslint-plugin-vuejs-accessibility
```

## Health

**Score 65/100 (B)** — status: active.

Positive: has types; no vulnerabilities; recently updated; high maintenance score; high quality score.

Warnings: low downloads; no esm support.

## Facts

| | |
|---|---|
| Version | 2.6.0 |
| Published | 2026-08-10 |
| First published | 2020-04-27 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | >=16.0.0 |
| Dependencies | 2 |
| Unpacked size | 104 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 319 |
| Author | Kevin Newton |
| Maintainers | kddeisz, vhoyer |
| Keywords | eslint, eslint-plugin, a11y, accessibility, vue, vuejs |

## Links

- npm: https://www.npmjs.com/package/eslint-plugin-vuejs-accessibility
- Repository: https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility
- Homepage: https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility#readme
- Issues: https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/issues
- npm.io page: https://npm.io/package/eslint-plugin-vuejs-accessibility

## Dependencies (2)

- [aria-query](https://npm.io/package/aria-query.md) ^5.3.0
- [vue-eslint-parser](https://npm.io/package/vue-eslint-parser.md) ^9.0.0 || ^10.0.0

## Alternatives

- [eslint-plugin-sonarjs](https://npm.io/package/eslint-plugin-sonarjs.md) — 2.9M weekly downloads
- [eslint-config-expo](https://npm.io/package/eslint-config-expo.md) — 1.5M weekly downloads
- [@matter/protocol](https://npm.io/package/@matter/protocol.md) — 63.5K weekly downloads
- [@eventcatalog/linter](https://npm.io/package/@eventcatalog/linter.md) — 24.8K weekly downloads
- [@inrupt/eslint-config-base](https://npm.io/package/@inrupt/eslint-config-base.md) — 4.5K weekly downloads

## Recent versions

- 2.6.0 (latest) — 2026-08-10
- 2.5.0 — 2026-02-13
- 2.4.2 — 2026-02-12
- 2.4.1 — 2024-07-23
- 2.4.0 — 2024-07-17
- 2.3.1 — 2024-06-21
- 2.3.0 — 2024-04-18
- 2.2.1 — 2024-01-16
- 2.2.0 — 2023-08-08
- 2.1.0 — 2023-01-14
- 2.0.0 — 2022-10-31
- 1.2.0 — 2022-05-31
- 1.1.1 — 2021-12-23
- 1.1.0 — 2021-10-14
- 1.0.0 — 2021-10-14
- … 15 more at https://npm.io/package/eslint-plugin-vuejs-accessibility/versions

## README

# eslint-plugin-vuejs-accessibility

[![Build Status](https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/workflows/Main/badge.svg)](https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/actions)
[![Package Version](https://img.shields.io/npm/v/eslint-plugin-vuejs-accessibility.svg)](https://www.npmjs.com/package/eslint-plugin-vuejs-accessibility)

An `eslint` plugin for checking accessibility rules from within `.vue` files.

## 📚 Documentation

Please refer to the [official website](https://vue-a11y.github.io/eslint-plugin-vuejs-accessibility/).

## 💻 Development

Ensure you have `node` and `yarn` installed on your system. Then run `yarn` in the root of the repository to install the dependencies.

### 🔧 Adding a new rule

To add a new rule, you need to take the following steps:

- Add the configuration and require to `src/index.ts`.
- Add the rule itself into `src/rules`.
- Add the corresponding test in `src/rules/__tests__`.
- Add the corresponding documentation in `docs/rules`.

## 👨‍💻 Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility.

## 📄 License

The code is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

## 🏆 Credit

The work for this plugin was largely based on previous work done on [eslint-plugin-vue-a11y](https://github.com/maranran/eslint-plugin-vue-a11y), as well as various other tools, including:

- [eslint-plugin-jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y)
- [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue)
- [jsx-ast-utils](https://github.com/vuejs/eslint-plugin-vue)

---
_Source: https://npm.io/package/eslint-plugin-vuejs-accessibility · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
