1.1.3 • Published 4 months ago

@zphyrx/eslint-config-prettier v1.1.3

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

@zphyrx/eslint-config-prettier

Installation

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

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

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

Usage

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

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

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