fix(husky): adding precommit lint verification

This commit is contained in:
Raphael 2025-09-29 12:11:25 +02:00
parent 481a99ac27
commit 8ef9b323d0
No known key found for this signature in database

2
src/.husky/pre-commit Normal file
View file

@ -0,0 +1,2 @@
#!/usr/bin/env sh
pnpm lint-staged