eslint-plugin-vuejs-accessibility

An eslint plugin for checking Vue.js files for accessibility

MIT 29 个版本
安装
npm install eslint-plugin-vuejs-accessibility
yarn add eslint-plugin-vuejs-accessibility
pnpm add eslint-plugin-vuejs-accessibility
bun add eslint-plugin-vuejs-accessibility
README

eslint-plugin-vuejs-accessibility

Build Status Package Version

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

📚 Documentation

Please refer to the official website.

💻 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.

🏆 Credit

The work for this plugin was largely based on previous work done on eslint-plugin-vue-a11y, as well as various other tools, including:

版本列表
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
0.7.1 2021-07-15
0.7.0 2021-07-15
0.6.2 2021-05-26
0.6.1 2021-01-21
0.6.0 2020-10-29
0.5.1 2020-09-08
0.5.0 2020-09-05
0.4.0 2020-08-15
0.3.1 2020-07-10
0.3.0 2020-07-03
0.2.0 2020-06-26
0.1.3 2020-05-27
0.1.2 2020-05-11
0.1.1 2020-04-27
0.1.0 2020-04-27