fix pre-commit

This commit is contained in:
checktheroads 2021-01-03 23:22:38 -07:00
parent 74a615bb17
commit 88a9b90e96

View file

@ -23,10 +23,8 @@ do
then
check_typescript
else [ "$arg" == "--eslint" ]
then
check_eslint
else [ "$arg" == "--prettier" ]
then
check_prettier
fi
done