vscode 的格式化处理器

setting.json

"editor.defaultFormatter": "esbenp.prettier-vscode",

.prettierrc

{

"printWidth": 100,

"arrowPa......

xxx killed npm

问题

一个奇怪的表现

执行 npm 语句是,会出现 xxx killed npm,yarn 也是一样

git commit 规范

格式<type>(<scope>): <subject>

type 必须

用于说明 commit 的类别,只允许使用下面7个标识。

feat:新功能(feature)fix:修补bugdocs:文档(documentation)style: 格式(不影响......