0.0.3 • Published 7 months ago

@kirklin/prettier-config v0.0.3

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

@kirklin/prettier-config

npm star license

My personal Prettier config ( 我的 Prettier 配置 )

Configs ( 配置 )

  • Use semi ( 使用分号 )
  • Use double quotes ( 使用双引号 )
  • Ignore space around HTML tags ( 忽略 HTML 标签周围空格 )
  • Ignore pnpm-lock.yaml file ( 忽略 pnpm-lock.yaml 文件 )

Install ( 安装 )

npm i -D prettier @kirklin/prettier-config

Usage ( 使用 )

Edit package.json ( 编辑 package.json )

// config
"prettier": "@kirklin/prettier-config"

// script
"scripts": {
  "format": "prettier --cache --write ."
}
0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago