Shared Prettier configuration used by Holepunch projects. Version 2.0.0 requires Prettier ^3.6.2. Provides a standardized set of formatting options for consistent code style across Holepunch repositories. Simple to use by referencing the package name in .prettierrc.
npm install prettier-config-holepunchVerified import paths — ran on the pinned version, not inferred.
Shows how to extend the shared Prettier config in .prettierrc file.
Update Prettier to 3.6.2 or later.
Set .prettierrc to the string "prettier-config-holepunch".
Use extends or spread to preserve base config.
Run: npm install --save-dev prettier-config-holepunch
Change .prettierrc to: "prettier-config-holepunch"