Skip to content

Commit 7bbeb8c

Browse files
feat:added husky for auto-linting and formatting
1 parent bf2348b commit 7bbeb8c

File tree

3 files changed

+260
-28
lines changed

3 files changed

+260
-28
lines changed

.husky/pre-commit

+6
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)