瀏覽代碼

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

* Automated using https://github.com/myii/ssf-formula/pull/265
tags/v1.7.0
Dafydd Jones 4 年之前
父節點
當前提交
d4460718c5
No account linked to committer's email address
共有 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…
取消
儲存