prettier-eslint

  • Version 16.4.2
  • Published
  • 71.3 kB
  • 12 dependencies
  • MIT license

Install

npm i prettier-eslint
yarn add prettier-eslint
pnpm add prettier-eslint

Overview

Formats your JavaScript using prettier followed by eslint --fix

Index

Variables

variable prettierESLint

const prettierESLint: prettierESLint.PrettierESLint;

    Interfaces

    interface PrettierESLint

    interface PrettierESLint extends Format {}

      property analyze

      analyze: typeof analyze;

        property format

        format: Format;

          Type Aliases

          type Format

          type Format = typeof format;

            Package Files (1)

            Dependencies (12)

            Dev Dependencies (0)

            No dev dependencies.

            Peer Dependencies (2)

            Badge

            To add a badge like this onejsDocs.io badgeto your package's README, use the codes available below.

            You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/prettier-eslint.

            • Markdown
              [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/prettier-eslint)
            • HTML
              <a href="https://www.jsdocs.io/package/prettier-eslint"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>