From 75596d044f2f2bd15be2f99bbe3be1de258903ce Mon Sep 17 00:00:00 2001 From: manjaroblack Date: Thu, 14 Aug 2025 21:39:30 -0500 Subject: [PATCH] chore(husky): track .husky hooks in repo --- .gitignore | 1 - .husky/pre-commit | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100755 .husky/pre-commit 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