Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.commitlintrc.js 70 B
module.exports = {
  extends: ['@commitlint/config-conventional'],
};