@changanauto/commit-config-preset
v0.0.21
Published
changan auto commit config preset
Downloads
3
Readme
使用方式
yarn add @changanauto/commit-config-preset -D
pnpm add @changanauto/commit-config-preset -D
.cz-config.js (CJS使用方式)
const changanAutoConfig = require('@changanauto/commit-config-preset');
module.exports = {
...changanAutoConfig,
// 你的其他配置
}