Shared Prettier configuration from Acast. Version 1.1.0 is stable. Release cadence is low, triggered by manual tagging. Differentiator: simple package.json reference, no need for separate config file. Suitable for Acast projects or as a base for custom Prettier configs.
npm install acast-prettier-configVerified import paths — ran on the pinned version, not inferred.
Installs the package and sets prettier config in package.json. Prettier will automatically extend the shared config.
Use a .prettierrc.js file with module.exports = { ...require('acast-prettier-config'), ...customOptions } to merge configs.Run npm install --save-dev acast-prettier-config and ensure devDependencies includes the package.
No dependency data recorded yet.