@celsodias12/eslint-config-a11y
v1.0.0
Published
Linting rules to ensure JSX code is accessible for users with disabilities. Linting is done using the jsx-a11y plugin, which provides a series of rules to ensure that the code is accessible for users with visual, auditory or cognitive impairments.
Downloads
2
Maintainers
Readme
Installation
Install the package and its dependencies:
npm i -D @celsodias12/eslint-config-a11y eslint-plugin-jsx-a11y
Configuration
In your ESLint configuration file, add the following content:
{
"extends": [
// ... other configs
"@celsodias12/eslint-config-a11y"
]
}