summaryrefslogtreecommitdiffstats
path: root/node_modules/nodemon/commitlint.config.js
blob: 39955d6410530e51b37fe557a23fd31bd2034b29 (plain) (blame)
1
2
3
4
5
6
7
module.exports = {
  rules: {
    'body-tense': [0, 'never', 0],
    lang: 'eng',
  },
  extends: ['@commitlint/config-angular'],
};