Skip to content
This repository has been archived by the owner on Dec 11, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 126 Bytes

prettier.md

File metadata and controls

13 lines (10 loc) · 126 Bytes

Prettier

Config

.prettierrc.json

{
  "printWidth": 100,
  "singleQuote": true,
  "trailingComma": "es5"
}