# #!/usr/bin/env sh
# . "$(dirname "$0")/_/husky.sh"


# Check if eslint.config.mjs has been modified

# if git diff --cached --name-only | grep -q '^eslint.config.mjs$'; then
#   echo "Error: Changes to eslint.config.mjs are not allowed."
#   exit 1
# fi

# npx lint-staged