Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 466 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 466 Bytes

🌹 @sharyn/prettier

Installation

npm i --save-dev @sharyn/prettier
# or
yarn add --dev @sharyn/prettier

Usage

In package.json, use:

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

Rules

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

This package is part of Sharyn, a collection of utilities and helpers.