prettier-conf is a shared Prettier configuration package. Version 1.0.5 provides a single, opinionated Prettier config for consistent code formatting across JavaScript/TypeScript projects. The package is minimal, containing only a .prettierrc.json and a module export. It has no known release cadence and is not actively maintained (last update likely 2020). Differentiators: simple drop-in for consuming Prettier config, but lacks documentation and may be abandoned.
npm install prettier-confVerified import paths — ran on the pinned version, not inferred.
Shows how to install and use prettier-conf as a shared Prettier config in a project.
Use @trivago/prettier-plugin-sort-imports or eslint-config-prettier.
Inspect node_modules/prettier-conf/index.js to see options.
Install prettier as devDependency explicitly.
npm install prettier-conf --save-dev
Use 'prettier' key in package.json or reference as string in .prettierrc
Ensure prettier is installed and the extends path is correct.