2.0.0-alpha.13 • Published 2 years ago

@kocan-plugins/prettier v2.0.0-alpha.13

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@kocan-plugins/prettier

Kocan plugin for prettier.

Usage

package.json

{
  "devDependencies": {
    "@kocan-plugins/prettier": "latest"
  }
}

kocan.config.js

module.exports = {
	plugins: [
		require('@kocan-plugins/prettier')(
			{
				languages: ['html', 'css', 'scss', 'typescript', 'javascript'],
				html: {
					breakContentsFromTags: true,
				},
				ignoreIdeOptions: true,
			},
			// provide your prettier options, otherwise auto resolve config file by plugin
			() => ({
				// ...
			})
		),
	],
};
2.0.0-alpha.13

2 years ago

2.0.0-alpha.0

2 years ago