eslint-plugin-vue-accessibility

0.0.4 • Public • Published

eslint-plugin-vue-a11y

a11y

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-vue-accessibility:

$ npm install eslint-plugin-vue-accessibility --save-dev

Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-vue-accessibility globally.

Usage

Add vue-accessibility to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "vue-accessibility"
    ]
}

Then configure the rules you want to use under the rules section.

{
    "rules": {
        "eslint-plugin/rule-name": 2
    }
}

Supported Rules

  • Fill in provided rules here

Package Sidebar

Install

npm i eslint-plugin-vue-accessibility

Weekly Downloads

13

Version

0.0.4

License

ISC

Unpacked Size

3.99 kB

Total Files

9

Last publish

Collaborators

  • maranran