Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 333 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 333 Bytes

@sharyn/prettier

Usage

In package.json, use:

{
  "prettier": "@sharyn/prettier"
}

Rules

  printWidth: 100
  semi: false
  singleQuote: true
  trailingComma: 'all'

This package is part of @sharynjs/sharyn.