This package has been deprecated

Author message:

WARNING: This project has been renamed to @volar-plugins/prettyhtml. Install using @volar-plugins/prettyhtml instead.

@volar-plugins/prettier-html
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

@volar-plugins/prettier-html

Volar plugin for prettier-html.

Usage

package.json

{
  "devDependencies": {
    "@volar-plugins/prettier-html": "latest"
  }
}

volar.config.js

const prettierHtml = require('@volar-plugins/prettier-html');

module.exports = {
	plugins: [
		prettierHtml({ printWidth: 100 }),
	],
};

Readme

Keywords

none

Package Sidebar

Install

npm i @volar-plugins/prettier-html

Weekly Downloads

77

Version

1.1.0

License

MIT

Unpacked Size

2.21 kB

Total Files

4

Last publish

Collaborators

  • johnsoncodehk
  • patarapolw