소스 검색

提交代码规则文件删除

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