npm.io
0.1.3 • Published 4 years ago

@gorrion/eslint-config-jsx-a11y

Licence
MIT
Version
0.1.3
Deps
0
Size
6 kB
Vulns
0
Weekly
0
Stars
9

@gorrion/eslint-config-jsx-a11y

ESLint jsx-a11y config used at Gorrion Software House

Installation

Install the packages using npm (or yarn or pnpm)

npm install --save-dev eslint @gorrion/eslint-config-jsx-a11y eslint-plugin-jsx-a11y

This will allow you to use the jsx-a11y package.

Usage

Then add the extends to your .eslintrc.js:

module.exports = {
  extends: "@gorrion/eslint-config-jsx-a11y",
  rules: {
    // your overrides
  },
};

Check also

Don't forget to check @gorrion/eslint-config

Keywords