@bfra.me/prettier-config
v0.16.6
Published
Shared Prettier configuration for bfra.me
Readme
@bfra.me/prettier-config
Shared Prettier configuration for bfra.me.
Install
NPM
npm install --save-dev @bfra.me/prettier-config prettierPNPM
pnpm add --save-dev @bfra.me/prettier-config prettierYarn
yarn add --dev @bfra.me/prettier-config prettierUsage
Add the following entry to your package.json file:
{
"prettier": "@bfra.me/prettier-config"
}