Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 417 Bytes

File metadata and controls

23 lines (16 loc) · 417 Bytes

Telepact Prettier Plugin

Formats .telepact.yaml and .telepact.yml schema files to match the checked-in Telepact schema style:

  • /// docstrings are emitted as YAML | block scalars
  • Telepact field values stay in inline JSON form

Installation

npm install prettier-plugin-telepact

Usage

Add the plugin to your Prettier config:

{
    "plugins": ["prettier-plugin-telepact"]
}