dead-deps — what happened to your dependencies

Is stylelint-config-prettier still maintained?

No — stylelint-config-prettier stopped being maintained around February 2023. No single package succeeded stylelint-config-prettier; the fix depends on what you were using it for.

Status
No longer maintained
Last maintained
February 2023
Use instead
Nothing directly — remove the dependency
Succession
Absorbed elsewhere
Drop-in
not applicable
Confidence
high

What replaced stylelint-config-prettier?

No single package succeeded stylelint-config-prettier; the fix depends on what you were using it for. There is nothing to swap in, so plan the change rather than the upgrade.

Getting off stylelint-config-prettier

Remove stylelint-config-prettier from devDependencies and delete it from the "extends" array in your Stylelint config. No replacement package is needed.

Why stylelint-config-prettier is on this list

Stylelint 15 deprecated its stylistic rules and Stylelint 16 removed them, so there is nothing left for this config to switch off. The repository is archived and its README states that on Stylelint v15 or higher the plugin is no longer necessary; the Stylelint 15 migration guide says the same. Its last release was 9.0.5 in February 2023.

The succession is settled: primary sources agree and the ecosystem has already moved.

stylelint-config-prettier alternatives

The dataset lists no credible alternative to stylelint-config-prettier. Removing the dependency, or writing the small piece of it you actually use, is usually the honest answer.

Check your own project for stylelint-config-prettier

npx dead-deps --all --min-state unmaintained

Run that in the directory holding your lockfile. If stylelint-config-prettier is anywhere in your tree — a direct dependency or buried under something else — it appears in the report with this verdict, this successor and the same evidence links, alongside anything else that has stopped moving. Nothing is uploaded; the scan reads your lockfile locally and queries public registry metadata.

Exit code 1 means something was flagged, which makes npx dead-deps --min-state deprecated usable as a CI gate. See how verdicts are produced.

Evidence

Every claim on this page traces to a primary source. Check them:

See the full index of covered packages, or read the methodology for how a verdict is reached and why a quiet package is not a dead one.