Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 128 Bytes

PRETTIER_CONFIG.md

File metadata and controls

9 lines (9 loc) · 128 Bytes

.prettierrc

  "semi": false,
  "trailingComma": "es5",
  "singleQuote": true,
  "printWidth": 80,
  "tabWidth": 2
}