@bytenote/prettier-config
v1.0.6
Published
Reusable Prettier configuration
Downloads
175
Maintainers
Readme
@bytenote/prettier-config
Reusable Prettier configuration.
Usage
Install:
npm i -D @bytenote/prettier-config
pnpm i -D @bytenote/prettier-config
bun i -D @bytenote/prettier-config
Add to package.json:
{
// ...
"prettier": "@bytenote/prettier-config",
}