@alex-grover/prettier-config
v0.0.6
Published
A shareable Prettier configuration.
Downloads
42
Readme
@alex-grover/prettier-config
A shareable Prettier configuration.
Installation
bun install --dev --exact prettier @alex-grover/prettier-configUsage
Add the following entries to your package.json:
{
"scripts": {
"format": "prettier --cache --ignore-unknown",
"check:format": "bun run format --check .",
"fix:format": "bun run format --write ."
},
"prettier": "@alex-grover/prettier-config"
}