Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 423 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 423 Bytes

@jneander/prettier-config

Shareable prettier configuration for consistent files across repositories.

Installation

npm add -D @jneander/prettier-config

Usage

Add this to your package.json:

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

Editor Integration

Please see the official guide for editor integration.