Bladeren bron

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 jaren geleden
bovenliggende
commit
d4460718c5
No account linked to committer's email address
1 gewijzigde bestanden met toevoegingen van 5 en 0 verwijderingen
  1. +5
    -0
      commitlint.config.js

+ 5
- 0
commitlint.config.js Bestand weergeven

@@ -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],
},
};

Laden…
Annuleren
Opslaan