A customized fork of Prettier v3.4.2 that provides opinionated code formatting specifically for Vue template sections. Currently at version 0.0.5, this package enforces a strict configuration (tabWidth: 4, printWidth: 120, no semicolons, single quotes, consistent quote props, bracketSameLine, htmlWhitespaceSensitivity: 'ignore', vueIndentScriptAndStyle, singleAttributePerLine) and is intended for use as a dev dependency with Node >=14. It includes TypeScript type definitions and is released on an irregular cadence. Unlike the full Prettier, it focuses solely on Vue template formatting, making it a lightweight alternative for teams that want a zero-config, opinionated Vue formatting tool.
npm install zero-code-formatterNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows installation, CLI usage, and programmatic formatting of a Vue file.
Use original Prettier for non-Vue formatting.
Pin to this version or consider using official Prettier with Vue plugin.
If you need custom config, use original Prettier instead.
Use import syntax and ensure Node >=14.
Run 'npm install -D zero-code-formatter' in your project root.
Add 'type': 'module' to package.json or use require (if supported, but it is not).
No dependency data recorded yet.