gift-card-server/node_modules/nodemon/commitlint.config.js

8 lines
133 B
JavaScript
Raw Normal View History

2019-06-19 10:46:14 -04:00
module.exports = {
rules: {
'body-tense': [0, 'never', 0],
lang: 'eng',
},
extends: ['@commitlint/config-angular'],
};