mirror of
https://gitee.com/wot-design-uni/wot-design-uni.git
synced 2025-12-06 17:18:40 +08:00
13 lines
274 B
JavaScript
13 lines
274 B
JavaScript
/*
|
|
* @Author: weisheng
|
|
* @Date: 2021-11-24 13:10:52
|
|
* @LastEditTime: 2023-03-25 18:12:52
|
|
* @LastEditors: weisheng
|
|
* @Description:
|
|
* @FilePath: \wot-design-uni\commitlint.config.js
|
|
* 记得注释
|
|
*/
|
|
module.exports = {
|
|
extends: ['@commitlint/config-conventional']
|
|
}
|