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

Package detail

@familyjs/prettier-config

familyjs90MIT4.0.0

Prettier config for Family and Jigra

readme

@familyjs/prettier-config

Shared Prettier config used in Family, Jigra, and Rindo projects.

Usage

Usage is based on Sharing configurations from the Prettier docs.

  1. Remove existing .prettierrc file, if present.
  2. Install the config.

     npm install -D @familyjs/prettier-config
  3. Add the following to package.json:

     "prettier": "@familyjs/prettier-config",