1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-01-17 08:48:05 +00:00

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