diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-04-10 21:33:44 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-04-10 21:33:44 +0200 |
| commit | 3caee506c961ae0e78503164ed6a0f81db3c8c32 (patch) | |
| tree | 91bacabb0fa2b12f0e041f26959472381f3d6a63 /.husky/pre-commit | |
| parent | f8ea986c8d26a519ba30dfa97095487f85a09237 (diff) | |
Add husky and update dependencies
Diffstat (limited to '.husky/pre-commit')
| -rw-r--r-- | .husky/pre-commit | 2 |
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 |
