session-desktop/.husky/pre-commit
William Grant 153a6499ef chore: disable pre commit lint-staged hook for now
buildLintCommand is broken if you have a lint error in a file the commit fails silently
2023-09-04 16:37:46 +10:00

6 lines
269 B
Bash
Executable file

#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
# Disabling this hook for now because the BuildLintCommand has issues. If you have an error in a file that eslint catches the commit fails silently instead of explaining the error (Will 04/09/2023)
# npx lint-staged