A Prettier plugin that formats Tempblot template files. Current version is 0.2.0, released with a monthly cadence. It integrates seamlessly with Prettier's existing architecture to provide consistent formatting for Tempblot syntax. Key differentiators include native support for Tempblot-specific constructs and zero-config setup for Tempblot projects.
npm install prettier-plugin-tempblotNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Install Prettier and the plugin, configure in .prettierrc, and format a Tempblot file.
Upgrade Prettier to version 3.0.0 or higher.
Pin to exact version and test upgrades.
Ensure input files use .tempblot extension, or override in config with `--tempblot-extensions` (if supported).
Run `npm install --save-dev prettier-plugin-tempblot` and ensure Prettier >=3 is installed.
Add `"plugins": ["prettier-plugin-tempblot"]` to your .prettierrc.