1.3.1 • Published 9 months ago

@zphyrx/eslint-config-react v1.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 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

9 months ago

1.3.0

10 months ago

1.2.1

10 months ago

1.2.0

10 months ago

1.1.3

11 months ago

1.1.2

11 months ago

1.1.1

11 months ago

1.1.0

12 months ago

0.0.1

12 months ago

0.0.0

12 months ago

1.0.0

1 year ago