1.1.3 • Published 4 months ago

@zphyrx/eslint-config-jest v1.1.3

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

@zphyrx/eslint-config-jest

Installation

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

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

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

Usage

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

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

const config = [
  ...jest.extends,
  {
    name: "@zphyrx/eslint-config/jest",
    files: jest.files,
    rules: {
      ...jest.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