A shareable Prettier configuration from the escapace ecosystem. Version 1.2.2 provides a curated set of Prettier options for consistent code formatting. This package exports a simple configuration object that can be extended in a project's package.json or .prettierrc. It is updated as Prettier evolves, with recent bug fixes for htmlWhitespaceSensitivity. Different from manual configuration, it offers a single source of truth for formatting rules, reducing setup overhead and ensuring team alignment. Suitable for any JavaScript/TypeScript project using Prettier.
npm install prettier-config-escapaceVerified import paths — ran on the pinned version, not inferred.
Shows three ways to apply the escapace Prettier config: via package.json, .prettierrc.json, or programmatic import.
Use ES modules or upgrade Node.js to v14+ and set "type": "module" in package.json.
Extend the config via 'extends' in your own Prettier config and override specific options.
Ensure Prettier is within the supported range; check the package's peerDependencies.
Run `npm install prettier-config-escapace` or `pnpm add prettier-config-escapace`.
No dependency data recorded yet.