Skip to content

Commit 7579d22

Browse files
committed
(#437) Added husky and lint-staged to automate formatting
1 parent a07adf6 commit 7579d22

File tree

3 files changed

+1140
-29
lines changed

3 files changed

+1140
-29
lines changed

Diff for: .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+
npx lint-staged

0 commit comments

Comments
 (0)