1 Star 0 Fork 1

wangzhefeng2000/数据治理工具

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.huskyrc.js 345 Bytes
一键复制 编辑 原始数据 按行查看 历史
luthor 提交于 2024-01-30 14:33 +08:00 . 修改配置文件
/*
* @Author: zhong_m
* @Date: 2022-01-05 11:35:32
* @LastEditTime: 2024-01-30 14:30:49
* @LastEditors: fisher
* @Description: husky配置,需node版本14.18.2,不想使用注释即可
* @FilePath: \front-end-template\.huskyrc.js
*/
module.exports = {
hooks: {
// git提交前执行lint
"pre-commit": "lint-staged",
},
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wangzhefeng2000/datamanager.git
git@gitee.com:wangzhefeng2000/datamanager.git
wangzhefeng2000
datamanager
数据治理工具
master

搜索帮助