@bluekey/prettier-config
v1.0.5
Published
BlueKeys prettier config for projects
Downloads
12
Readme
BlueKey's Prettier configuration.
Installation
Use the following command to install @bluekey/prettier-config:
# npm
npm install --save-dev @bluekey/prettier-config@latestUsage
Add the following fields in your package.json:
{
"scripts": {
"format": "prettier --write \"{,!(node_modules)/**/}*.js\""
},
"prettier": "@bluekey/prettier-config"
}