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:
- Archived repository README: "this plugin is no longer necessary" as of Stylelint v15github.com
- Stylelint 15 migration guide: 76 stylistic rules deprecated; "you may no longer need to extend Prettier's Stylelint config"stylelint.io
Packages related to stylelint-config-prettier
- @angular/httpAbsorbed elsewhere: @angular/common · unmaintained since May 2019
- @zeit/next-sassAbsorbed elsewhere: next · unmaintained since March 2020
- bluebirdReplaced by Promise (native) in the platform · unmaintained since November 2019
- jest-environment-jsdom-sixteenAbsorbed elsewhere: jest-environment-jsdom · unmaintained since April 2021
- left-padReplaced by String.prototype.padStart in the platform · unmaintained since April 2018
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.