Locaft-backend/auth/node_modules/nodemon/commitlint.config.js

8 lines
133 B
JavaScript
Raw Normal View History

2020-11-08 09:28:21 -08:00
module.exports = {
rules: {
'body-tense': [0, 'never', 0],
lang: 'eng',
},
extends: ['@commitlint/config-angular'],
};