@davidborzek/prettier-config
v1.0.2
Published
A prettier config for my node projects.
Downloads
6
Maintainers
Readme
Prettier config
A prettier config for my node projects.
Setup
- Install
yarn add -D @davidborzek/prettier-config
- Configure
Add the following to the package.json
of your project:
{
"prettier": "@davidborzek/prettier-config"
}