@weiland/prettier-config
v0.0.1
Published
@weiland's prettier config
Downloads
7
Readme
@weiland's prettier config
Install the npm package
pnpm add -D @weiland/prettier-config
or with yarn:
yarn add -D @weiland/prettier-config
Add to package.json
{
"prettier": "@weiland/prettier-config"
}
or create a .prettierrc.json
file with following contents:
"@weiland/prettier-config"
Also make sure to have prettier
installed!