Zero Code Formatter

JSON →
library 0.0.5 ·javascript
verified Jun 4, 2026

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.