JSPM

@azimutlabs/eslint-config-jsx-a11y

1.1.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q55018F
  • License MIT

ESLint configuration for JSX Accessibility

Package Exports

  • @azimutlabs/eslint-config-jsx-a11y

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@azimutlabs/eslint-config-jsx-a11y) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

azimutlabs logo /eslint-config-jsx-a11y

ESLint configuration for JSX Accessibility

azimutlabs/eslint repository github workflow status azimutlabs/eslint repository license @azimutlabs/eslint-config-jsx-a11y

Installation

Add peer dependencies:

$ yarn add -D eslint eslint-plugin-jsx-a11y

...then install config packages:

$ yarn add -D @azimutlabs/eslint-config-jsx-a11y

Usage

{
  // package.json
  "eslintConfig": {
    "extends": [
      "@azimutlabs/eslint-config-jsx-a11y"
    ]
  }
}

Contributing

Any PR is welcomed by our @js-opensource team. Check out our contributing guidelines for more info.

License

azimutlabs eslint config license