登录 注册
当前位置:主页 > 资源下载 > 10 > commitlint-plugin-commit-check: 检测提交信息是否为英文

commitlint-plugin-commit-check: 检测提交信息是否为英文

  • 更新:2024-11-04 14:04:56
  • 大小:1KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

commitlint-plugin-commit-check 检查提交的提交中是否包含中文。 安装 npm install commitlint - plugin - commit - check -- save - dev 用法 在您的commitlint.config.js中: module . exports = { rules : { "check-commit-language" : [ 2 , "always" ] , } , plugins : [ "commitlint-plugin-commit-check" ] , } ;