Sfoglia il codice sorgente

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

* Automated using https://github.com/myii/ssf-formula/pull/265
pull/28/head
Dafydd Jones 4 anni fa
parent
commit
31e389e329
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. +5
    -0
      commitlint.config.js

+ 5
- 0
commitlint.config.js Vedi File

@@ -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…
Annulla
Salva