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
pull/2897/head
William Grant 8 months ago
parent ff656de82b
commit 153a6499ef

@ -1,4 +1,5 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
npx lint-staged
# 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

Loading…
Cancel
Save