@wesp-up/prettier-config
v1.0.1
Published
Very simple config for Prettier. The idea is to use most of Prettier's opinionated defaults.
Downloads
147
Readme
@wesp-up/prettier-config
Very simple config for Prettier. The idea is to use most of Prettier's opinionated defaults.
Installation
npm install --save-dev @wesp-up/prettier-configUsage
For the most light-weight config, add the following to your package.json.
{
"prettier": "@wesp-up/prettier-config"
}