chore(husky): track .husky hooks in repo
This commit is contained in:
parent
d44aa4fed5
commit
75596d044f
|
|
@ -25,7 +25,6 @@ Thumbs.db
|
||||||
# Development tools and configs
|
# Development tools and configs
|
||||||
.prettierignore
|
.prettierignore
|
||||||
.prettierrc
|
.prettierrc
|
||||||
.husky/
|
|
||||||
|
|
||||||
# IDE and editor configs
|
# IDE and editor configs
|
||||||
.windsurf/
|
.windsurf/
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
|
npx --no-install lint-staged
|
||||||
Loading…
Reference in New Issue