From 8f12b17d5e1fbf535a5038aeaa84cc3b37279af6 Mon Sep 17 00:00:00 2001 From: Matthieu Morin Date: Mon, 3 Jun 2024 23:59:44 +0200 Subject: [PATCH] husky precommit lint-staged --- .husky/pre-commit | 1 + 1 file changed, 1 insertion(+) create mode 100644 .husky/pre-commit diff --git a/.husky/pre-commit b/.husky/pre-commit new file mode 100644 index 0000000..5ee7abd --- /dev/null +++ b/.husky/pre-commit @@ -0,0 +1 @@ +pnpm exec lint-staged