2.0.0 • Published 7 months ago

@soulda/prettier-config v2.0.0

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

soudla-prettier

npm star license

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 soudla-prettier

Usage ( 使用 )

Edit package.json ( 编辑 package.json )

// config
"prettier": "soudla-prettier"

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

7 months ago