chore(norme/husky): adding husky to print each files

This commit is contained in:
Raphael 2025-08-18 12:33:36 +02:00
parent 92fa611884
commit bf6e3a3e4e

View file

@ -1,3 +1,2 @@
#!/usr/bin/env sh
bunx prettier --write .
bunx eslint --fix .
bunx prettier --write . && bunx eslint --fix .