diff --git a/.gitignore b/.gitignore index 1407a3f5..8950d129 100644 --- a/.gitignore +++ b/.gitignore @@ -25,7 +25,6 @@ Thumbs.db # Development tools and configs .prettierignore .prettierrc -.husky/ # IDE and editor configs .windsurf/ diff --git a/.husky/pre-commit b/.husky/pre-commit new file mode 100755 index 00000000..7e617c2c --- /dev/null +++ b/.husky/pre-commit @@ -0,0 +1,3 @@ +#!/usr/bin/env sh + +npx --no-install lint-staged