1.1.3 • Published 4 months ago

@zphyrx/eslint-config-jsx-a11y v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

@zphyrx/eslint-config-jsx-a11y

Installation

To install @zphyrx/eslint-config-jsx-a11y, run the following command:

# Using npm
$ npm install -D @zphyrx/eslint-config-jsx-a11y

# or using pnpm
$ pnpm add -D @zphyrx/eslint-config-jsx-a11y

Usage

Extend @zphyrx/eslint-config-jsx-a11y and add any additional configurations in your eslint.config.mjs file:

import * as jsxA11y from "@zphyrx/eslint-config-jsx-a11y";

const config = [
  ...jsxA11y.extends,
  {
    name: "@zphyrx/eslint-config/jsx-a11y",
    files: jsxA11y.files,
    rules: {
      ...jsxA11y.rules,
    },
  },
];

export default config;
1.1.3

4 months ago

1.1.2

5 months ago

1.1.1

6 months ago

1.1.0

6 months ago

0.0.1

6 months ago

0.0.0

6 months ago

1.0.0

7 months ago