Files
ry.kazcloud.dev/node_modules/volar-service-prettier
Ryan Kazokas d181f77fb2
All checks were successful
Build and Push / build (push) Successful in 55s
Updates dockerfile
2026-02-16 15:09:37 -05:00
..
2026-02-16 15:09:37 -05:00
2026-02-16 15:09:37 -05:00
2026-02-16 15:09:37 -05:00
2026-02-16 15:09:37 -05:00
2026-02-16 15:09:37 -05:00
2026-02-16 15:09:37 -05:00

volar-service-prettier

Volar plugin for prettier.

Installation

npm install volar-service-prettier

Usage

volar.config.js

module.exports = {
	services: [
		require('volar-service-prettier').create(
			{
				languages: ['html', 'css', 'scss', 'typescript', 'javascript'],
				html: {
					breakContentsFromTags: true,
				},
				ignoreIdeOptions: true,
			},
			// provide your prettier options, otherwise auto resolve config file by plugin
			() => ({
				// ...
			})
		),
	],
};

License

MIT © Pacharapol Withayasakpunt