Przeglądaj źródła

fix: removed references to Husky

MikeWallaceDev 2 lat temu
rodzic
commit
5035075e14
2 zmienionych plików z 1 dodań i 6 usunięć
  1. 0 4
      .husky/commit-msg
  2. 1 2
      package.json

+ 0 - 4
.husky/commit-msg

@@ -1,4 +0,0 @@
-#!/bin/sh
-. "$(dirname "$0")/_/husky.sh"
-
-npx --no -- commitlint --edit 

+ 1 - 2
package.json

@@ -1,7 +1,6 @@
 {
   "devDependencies": {
     "@commitlint/cli": "^16.1.0",
-    "@commitlint/config-conventional": "^16.0.0",
-    "husky": "7.0.4"
+    "@commitlint/config-conventional": "^16.0.0"
   }
 }