/* * @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'] }