diff --git a/.git-hooks/pre-commit b/.git-hooks/pre-commit index 8f1c776..01016fa 100755 --- a/.git-hooks/pre-commit +++ b/.git-hooks/pre-commit @@ -1,5 +1,7 @@ #!/bin/sh +# We make this command run without printing to console, because if it does, it prevents `commit-msg` error to be shown when commiting +# trough VS Code npm run --silent lint:fix exit 0 \ No newline at end of file