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
This commit is contained in:
William Grant 2023-09-04 16:37:46 +10:00
parent ff656de82b
commit 153a6499ef
1 changed files with 2 additions and 1 deletions

View File

@ -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