This package manages the Prettier dependency versioning and configuration. The package is batteries included for using Prettier for formatting.
1. Install
npm i -D @crystal-ball/prettier-base
2. Update package.json
{
"prettier": "@crystal-ball/prettier-base"
}
3. Command script
{
"format": "prettier --write . !CHANGELOG.md"
}