美文网首页
代码质量保证工具

代码质量保证工具

作者: 萧哈哈 | 来源:发表于2018-06-10 09:56 被阅读5次
  • pre-commit pre-commit is a pre-commit hook installer for git. It will ensure that your npm test (or other specified scripts) passes before you can commit your changes.
  • Prettier + Eslint 自动格式化Eslint 配置教程 注意: 不要同时安装多种格式化插件,可能会有冲突。Prettier 和 beautify 同时安装的话, VSCode 中右键“格式化文件” 会和 自动保存后格式化的结果不同。

VSCode 插件

  • EditorConfig EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs
  • EditorConfigGenerate 自动生成 editorconfig 文件

相关文章

网友评论

      本文标题:代码质量保证工具

      本文链接:https://www.haomeiwen.com/subject/myjxeftx.html