一,
yarn add --dev --exact prettier
二,
echo {}> .prettierrc.json
三,
prettier.json 文件添加
build
coverage
四,
yarn add eslint-config-prettier -D
在package.json "eslintConfig"添加"prettier"
参考链接:
https://prettier.io/docs/en/install.html
https://github.com/prettier/eslint-config-prettier#installation
标签:git,格式化,add,json,prettier,https,commit,config
From: https://www.cnblogs.com/yurro/p/16800770.html