1.1.0 • Published 5 years ago

acast-prettier-config v1.1.0

Weekly downloads
853
License
MIT
Repository
github
Last release
5 years ago

acast-prettier-config

Acast Prettier config.

Usage

Install:

npm install --save-dev acast-prettier-config

Edit package.json:

{
  // ...
  "prettier": "acast-prettier-config"
}

Deployment

To release a new version:

  • Create a release branch and bump the version in package.json.
  • Once it has been merged push a new git tag on master branch following SemVer versioning spec (BREAKING_CHANGE.FEATURE.PATCH):
    • git tag x.x.x
    • git push origin --tags

CircleCI, will automatically publish to npm.

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago