We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef17734 commit 9573fbdCopy full SHA for 9573fbd
.gitignore
@@ -12,3 +12,8 @@ __pycache__
12
!.cache/plugin/
13
!.cache/plugin/git-committers/
14
!.cache/plugin/git-committers/page-authors.json
15
+
16
+# pnpm
17
+pnpm-lock.yaml
18
+.pnpm-store/
19
+.pnpm-debug.log
.husky/_/husky.sh
@@ -0,0 +1,9 @@
1
+echo "husky - DEPRECATED
2
3
+Please remove the following two lines from $0:
4
5
+#!/usr/bin/env sh
6
+. \"\$(dirname -- \"\$0\")/_/husky.sh\"
7
8
+They WILL FAIL in v10.0.0
9
+"
0 commit comments