@jrock2004/prettier-config
v1.1.0
Published
Prettier configured the way I like it
Downloads
38
Readme
Prettier Config
This is my base prettier config. It's a work in progress, but I'm using it in my projects.
Usage
Install the package:
> pnpm install -D @jrock2004/prettier-config
> yarn install -D @jrock2004/prettier-config
> npm install -save-dev @jrock2004/prettier-configAdd the following somewhere to your package.json:
{
"prettier": "@jrock2004/prettier-config"
}