4.0.0 • Published 9 months ago

@doist/prettier-config v4.0.0

Weekly downloads
67
License
MIT
Repository
github
Last release
9 months ago

@doist/prettier-config

Doist global prettier config.

Usage

Install:

npm install --save-dev @doist/prettier-config

Edit package.json:

{
  // ...
  "prettier": "@doist/prettier-config"
}

Release a new package

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