eslint-plugin-ember-a11y-testing

0.0.0 • Public • Published

eslint-plugin-ember-a11y-testing

ESLint plugin for ember-a11y-testing

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-ember-a11y-testing:

$ npm install eslint-plugin-ember-a11y-testing --save-dev

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

Usage

Add ember-a11y-testing to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
  "plugins": [
    "ember-a11y-testing"
  ]
}

Or extend the recommended config:

{
  "extends": [
    "eslint:recommended",
    "plugin:ember/recommended",
    "plugin:ember-a11y-testing/recommended"
  ]
}

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

{
  "rules": {
    "ember-a11y-testing/a11y-audit": "error"
  }
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.0
    0

Package Sidebar

Install

npm i eslint-plugin-ember-a11y-testing

Weekly Downloads

0

Version

0.0.0

License

ISC

Unpacked Size

3.18 kB

Total Files

5

Last publish

Collaborators

  • jgwhite