Skip to content

Commit 23bbf14

Browse files
authored
chore: Add pre-commit linting checks (#29)
1 parent b837fdf commit 23bbf14

File tree

3 files changed

+664
-3
lines changed

3 files changed

+664
-3
lines changed

.husky/pre-commit

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env sh
2+
. "$(dirname -- "$0")/_/husky.sh"
3+
4+
npm run lint-staged

0 commit comments

Comments
 (0)