prettier-config
/
4.0.0
prettier-config 4.0.0
Install from the command line:
Learn more about npm packages
$ npm install @doist/prettier-config@4.0.0
Install via package.json:
"@doist/prettier-config": "4.0.0"
About this version
Doist global prettier config.
Install:
npm install --save-dev @doist/prettier-config
Edit package.json
:
{
// ...
"prettier": "@doist/prettier-config"
}
This project uses semantic versioning. A new version will be published to both npm and GitHub Package Registry when a new tag is pushed. Please make sure an entry is added to CHANGELOG.md.
git checkout master
npm version <major|minor|patch>
git push --follow-tags