go-view/.commitlintrc.js

3 lines
68 B
JavaScript
Raw Normal View History

module.exports = {
extends: ["@commitlint/config-conventional"]
};