core(pre-commit): adding a lint check before commit

This commit is contained in:
Raphael 2025-09-29 12:08:21 +02:00
parent 537cd03bb5
commit 481a99ac27
No known key found for this signature in database
2 changed files with 11 additions and 1 deletions

2
.husky/pre-commit Normal file
View file

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