Skip to content

Prettier Config

@theholocron/prettier-config provides the shared Prettier configuration used across all theholocron packages.

Terminal window
pnpm add -D @theholocron/prettier-config prettier

In package.json:

{
"prettier": "@theholocron/prettier-config"
}

Or in .prettierrc.cjs:

module.exports = require("@theholocron/prettier-config");