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

Package detail

@jameslnewell/prettier-config

jameslnewell134MIT1.2.1

A .prettierrc.js file according to my preferences.

readme

@jameslnewell/prettier-config

A .prettierrc.js file according to my preferences.

Installation

npm install --dev prettier @jameslnewell/prettier-config

Usage

Add the following configuration to your package.json:

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