aboutsummaryrefslogtreecommitdiff
path: root/.husky
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-04-10 21:33:44 +0200
committerAriel Costas Guerrero <ariel@costas.dev>2025-04-10 21:33:44 +0200
commit3caee506c961ae0e78503164ed6a0f81db3c8c32 (patch)
tree91bacabb0fa2b12f0e041f26959472381f3d6a63 /.husky
parentf8ea986c8d26a519ba30dfa97095487f85a09237 (diff)
Add husky and update dependencies
Diffstat (limited to '.husky')
-rw-r--r--.husky/pre-commit2
1 files changed, 2 insertions, 0 deletions
diff --git a/.husky/pre-commit b/.husky/pre-commit
new file mode 100644
index 0000000..0e40fa7
--- /dev/null
+++ b/.husky/pre-commit
@@ -0,0 +1,2 @@
+npm run format
+npm run check