From bf6e3a3e4e171e003d5a6b25522d4f6699e9fb1a Mon Sep 17 00:00:00 2001 From: Raphael Date: Mon, 18 Aug 2025 12:33:36 +0200 Subject: [PATCH] chore(norme/husky): adding husky to print each files --- .husky/pre-commit | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index f621ff8..c16a85a 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,3 +1,2 @@ #!/usr/bin/env sh -bunx prettier --write . -bunx eslint --fix . +bunx prettier --write . && bunx eslint --fix .