@kirklin/prettier-config
v0.0.3
Published
Prettier config for @kirklin
Downloads
3
Readme
@kirklin/prettier-config
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 ."
}