UNPKG

ddc-commit-hooks

Version:
19 lines (18 loc) 389 B
"use strict"; 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 } };