ddc-commit-hooks
Version:
Configurable commit hook setup
19 lines (18 loc) • 389 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.defaults = {
preCommit: {
gitlabCi: false,
circleCi: false,
esLintCheck: false,
maxFileSize: 2,
cypress: "",
robot: "",
dotOnlyCheck: false
},
commitMsg: {
glob: ".*",
maxLineLength: 79,
titleLength: 25
}
};