prettier-plugin-telepact
v1.0.0-alpha.339
Published
Prettier plugin to format Telepact API schemas.
Readme
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-telepactUsage
Add the plugin to your Prettier config:
{
"plugins": ["prettier-plugin-telepact"]
}