@aarondewes/wp-prettier-config 中文文档教程
Prettier Config
Prettier 的 WordPress Prettier 可共享配置。
Installation
安装模块
$ npm install @wordpress/prettier-config --save-dev
注意:此包需要 Node.js 12.0.0 或更高版本。 它与旧版本不兼容。
Usage
将其添加到您的 package.json
文件:
"prettier": "@wordpress/prettier-config"
或者,将其添加到 .prettierrc
文件:
extends @wordpress/prettier-config
Prettier Config
WordPress Prettier shareable config for Prettier.
Installation
Install the module
$ npm install @wordpress/prettier-config --save-dev
Note: This package requires Node.js 12.0.0 or later. It is not compatible with older versions.
Usage
Add this to your package.json
file:
"prettier": "@wordpress/prettier-config"
Alternatively, add this to .prettierrc
file:
extends @wordpress/prettier-config