Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@madebywild/prettier-config

madebywild450MIT0.1.0

wild's Prettier config

prettier, prettierconfig, config, wild, madebywild

readme

@madebywild/prettier-config

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

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

Then, edit your projects package.json:

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

How to bump version:

Install np from https://github.com/sindresorhus/np

npm run release