A FIS3 postprocessor plugin that formats HTML files using prettyhtml. Version 3.1.0, maintained as part of the fisker/fis3-plugins repository. It is released on npm and integrates with FIS3 build system. Key differentiators: leverages prettyhtml for robust HTML formatting, supports Prettier integration via usePrettier option, and provides configurable tab width, indent style, print width, and single quote preferences. The plugin is specifically designed for FIS3's pipeline, not a standalone formatter.
npm install fis3-postprocessor-prettyhtmlNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configures FIS3 to format all HTML files using prettyhtml as a postprocessor with custom options.
Evaluate migration to Webpack, Rollup, or other active build tools.
Install the package with --global flag.
Pin exact version and review CHANGELOG before upgrading.
Run `npm install --global fis3-postprocessor-prettyhtml`.
Ensure fis.plugin is called inside a fis.match() block.