We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf2348b commit 7bbeb8cCopy full SHA for 7bbeb8c
.husky/pre-commit
@@ -0,0 +1,6 @@
1
+#!/bin/sh
2
+. "$(dirname "$0")/_/husky.sh"
3
+
4
+echo "🔍 Running ESLint & Prettier..."
5
6
+npx lint-staged
0 commit comments