瀏覽代碼

chore(commitlint): add `{body,footer,header}-max(-line)-length` [skip ci]

* Automated using https://github.com/myii/ssf-formula/pull/265
tags/v1.2.2
Dafydd Jones 4 年之前
父節點
當前提交
f9971f5b10
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 5 行新增0 行删除
  1. +5
    -0
      commitlint.config.js

+ 5
- 0
commitlint.config.js 查看文件

@@ -1,3 +1,8 @@
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'body-max-line-length': [2, 'always', 120],
'footer-max-line-length': [2, 'always', 120],
'header-max-length': [2, 'always', 72],
},
};

Loading…
取消
儲存