浏览代码

提交代码规则文件删除

hanxin 2 年之前
父节点
当前提交
5273eeeb90
共有 2 个文件被更改,包括 0 次插入8 次删除
  1. 0 4
      .husky/commit-msg
  2. 0 4
      .husky/pre-commit

+ 0 - 4
.husky/commit-msg

@@ -1,4 +0,0 @@
-#!/usr/bin/env sh
-. "$(dirname -- "$0")/_/husky.sh"
-
-npx --no-install max verify-commit $1

+ 0 - 4
.husky/pre-commit

@@ -1,4 +0,0 @@
-#!/usr/bin/env sh
-. "$(dirname -- "$0")/_/husky.sh"
-
-npx --no-install lint-staged --quiet