1.3.1 • Published 4 months ago

@zphyrx/eslint-config-react v1.3.1

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

@zphyrx/eslint-config-react

Installation

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

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

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

Usage

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

import * as react from "@zphyrx/eslint-config-react";

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

export default config;
1.3.1

4 months ago

1.3.0

4 months ago

1.2.1

4 months ago

1.2.0

4 months ago

1.1.3

5 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