1.0.5 • Published 9 months ago

prettier-plugin-phpdoc v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Prettier Plugin: PHPDoc

A prettier plugin that formats PHPDoc and the types used in them.

Installation

npm install --save-dev prettier-plugin-phpdoc

Usage

Add to Prettier Config

module.exports = {
	plugins: ['./node_modules/prettier-plugin-phpdoc/dist/index.js'],
};

Options

  • wrapText: (default: false) Whether to wrap text in PHPDoc after it crosses printWidth
  • expandNull: (default: false) Whether to expand ?int (and other types) to null|int
1.0.5

9 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.0

11 months ago