@axellero/eslint-config-jsx-a11y
v1.0.1
Published
ESLint configuration for JSX Accessibility
Downloads
7
Maintainers
Readme
Installation
Add peer dependencies:
$ yarn add -D eslint eslint-plugin-jsx-a11y
...then install config packages:
$ yarn add -D @axellero/eslint-config-jsx-a11y
Usage
{
// package.json
"eslintConfig": {
"extends": [
"@axellero/eslint-config-jsx-a11y"
]
}
}
Contributing
Any PR is welcomed by our @js-opensource team. Check out our contributing guidelines for more info.