1.0.0 • Published 1 year ago
commitlint-config-ggbee v1.0.0
commitlint-config-ggbee
支持配套的 commitlint 配置,用于对 git commit message 进行校验。
安装
Usage
const commitlintConfig = require('commitlint-config-ggbee');
module.exports = {
extends: ['commitlintConfig'],
};