commitlint.config.js 133 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 module.exports = { rules: { 'body-tense': [0, 'never', 0], lang: 'eng', }, extends: ['@commitlint/config-angular'], };