Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 323 Bytes

File metadata and controls

14 lines (11 loc) · 323 Bytes

Crypho prettier configuration

This package sets the standard configuration for prettier in Crypho code.

To use it just add a prettier key to you package.json file:

{
  "name": "crypho.my-package",
  "version": "1.0.0",
  "prettier": "crypho-prettier"
}