Install the @pooky-labs/prettier-config package.
npm install --dev @pooky-labs/prettier-config
# OR
yarn add --dev @pooky-labs/prettier-config
# OR
pnpm install --dev @pooky-labs/prettier-configAdd the prettier key to the project package.json:
{
"license": "MIT",
"prettier": "@pooky-labs/prettier-config"
}Check out the prettier documentation for more info on sharing configurations.