This website requires JavaScript.
Explore
Help
Register
Sign In
m
/
blog
Watch
1
Star
0
Fork
0
You've already forked blog
mirror of
https://github.com/kremalicious/blog.git
synced
2024-11-22 18:00:06 +01:00
Code
21dfb2dd2a
blog
/
.config
/
husky
/
pre-commit
5 lines
73 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add husky
2023-10-03 23:31:58 +02:00
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
setup lint-staged
2023-10-26 20:01:25 +02:00
npm run lint:staged
Copy Permalink