This repository has been archived on 2025-10-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ESLegant/.husky/pre-commit
2023-07-20 15:39:45 -03:00

8 lines
135 B
Bash
Executable File

#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
ESLINT_USE_FLAT_CONFIG=true
pnpm dlx commitlint --edit ${1}
pnpm dlx lint-staged