prettier-plugin-telepact
v1.0.0-alpha.176
Published
Prettier plugin to format Telepact API schemas.
Readme
Telepact Prettier Plugin
Keep your Telepact API schemas well-formatted (especially the docstrings) using this prettier plugin.
Installation
npm install prettier-plugin-telepactUsage
This plugin requires prettier configuration, for example, in the .prettierrc file:
{
"plugins": ["prettier-plugin-telepact"],
"overrides": [
{
"files": "*.telepact.json",
"options": {
"parser": "telepact-parse"
}
}
]
}For a real-use example, see example prettier config file.
