Prettier Config
@theholocron/prettier-config provides the shared Prettier configuration used across all theholocron packages.
Install
Section titled “Install”pnpm add -D @theholocron/prettier-config prettierIn package.json:
{ "prettier": "@theholocron/prettier-config"}Or in .prettierrc.cjs:
module.exports = require("@theholocron/prettier-config");