0.0.2 • Published 4 years ago

@madebywild/config-prettier v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@madebywild/config-prettier

To use it in your project, you need to install this package and prettier:

npm i @madebywild/config-prettier prettier --save-dev

Then, edit your projects package.json:

{
  "prettier": "@madebywild/config-prettier"
}

How to bump version:

npm version patch -m "Bumped version" && npm publish --access public