tk2312-web/shell/modules/.cz-config.js

9 lines
338 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// 配置commitizen自定义格式样板
/**
* 配置commitizen自定义格式样板
* 社区标准提交中需要回答typescopesujectbodybreaking等问题
* 目前考虑现实情况我们只需要开放typescopesuject问题
*/
const CZConfig = require('../../config/CZConfig');
module.exports = CZConfig;