Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33
An eslint plugin for checking Vue.js files for accessibility
License
vue-a11y/eslint-plugin-vuejs-accessibility
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Aneslint plugin for checking accessibility rules from within.vue files.
Please refer to theofficial website.
Ensure you havenode andyarn installed on your system. Then runyarn in the root of the repository to install the dependencies.
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.
Bug reports and pull requests are welcome on GitHub athttps://github.com/vue-a11y/eslint-plugin-vuejs-accessibility.
The code is available as open source under the terms of theMIT License.
The work for this plugin was largely based on previous work done oneslint-plugin-vue-a11y, as well as various other tools, including:
About
An eslint plugin for checking Vue.js files for accessibility
Topics
Resources
License
Code of conduct
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.