{"library":"prettier-plugin-telepact","title":"Prettier Plugin for Telepact","description":"A Prettier plugin that formats Telepact API schema files (*.telepact.json and *.telepact.yaml). Currently in alpha (v1.0.0-alpha.301), released as part of the Telepact monorepo with weekly updates. It focuses on consistent docstring formatting and indentation. Unlike generic JSON/YAML formatters, this plugin understands the Telepact schema structure, ensuring proper alignment of docstrings and fields. Primarily useful for teams that author schemas in JSON; YAML block scalars are recommended for new projects.","language":"javascript","status":"active","last_verified":"Sat Apr 25","install":{"commands":["npm install prettier-plugin-telepact"],"cli":null},"imports":["Add to Prettier plugins array in config: 'plugins': ['prettier-plugin-telepact']"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// .prettierrc\n{\n  \"plugins\": [\"prettier-plugin-telepact\"],\n  \"overrides\": [\n    {\n      \"files\": \"*.telepact.json\",\n      \"options\": {\n        \"parser\": \"telepact-parse\"\n      }\n    }\n  ]\n}\n\n// Run: npx prettier --write '**/*.telepact.json'","lang":"javascript","description":"Configure Prettier to use the Telepact plugin and format schema files.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}