Back to Explore

prettier/eslint-plugin-prettier

GitHub
1 updates · last 90 days1 watchersOpen source

Last release:

ESLint plugin for Prettier formatting, it runs Prettier as an ESLint rule and reports formatting differences as individual ESLint issues. Useful for enforcing consistent Prettier output during linting, and it recommends disabling conflicting ESLint formatting rules via `eslint-config-prettier`.

Project status

  • The source (prettier/eslint-plugin-prettier) appears actively maintained, with recent updates including v5.5.6 on 2026-05-28 and the last upstream push on 2026-08-02.
  • Update cadence looks fairly regular for a patch-focused project, with prior updates at 2026-01-14 (v5.5.5) and 2025-08-06 (v5.5.4), suggesting multiple updates per year rather than long dormancy.

AI summary generated

AI-generated from public sources. May be inaccurate. Report

Recent updates

  • v5.5.6

    v5.5.6 is a patch release that primarily performs dependency bumps. The diff shows no changes to the plugin's rule implementation, but it does update CI/test tooling (Node and ESLint matrix) and refreshes several devDependencies used to run the test suite.

  • v5.5.5

    v5.5.5 is a patch release that updates the plugin's dependencies, bumping prettier-linter-helpers to v1.0.1 and synckit to a newer version (intended to address a Yarn PnP ESM issue). The code diff also includes CI workflow updates (GitHub Actions versions, npm upgrade step) and a small change in how differences are handled when reporting formatting changes.

  • v5.5.4

    v5.5.4 is a patch release that updates the plugin behavior around supported parsers and tightens validation for rule options. It expands the internal parser blocklist and changes the rule options schema to reject unexpected option keys.

    Breaking
  • v5.5.3

    v5.5.3 appears to be a republish, with the release notes not listing any functional changes. The only code diff shows the npm package version in package.json updated from 5.5.2 to 5.5.3.