0.0.4 • Published 7 years ago

eslint-plugin-vue-accessibility v0.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

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