From 95e7b0970d82371a49c33b9666c2d2ab6ad79ea5 Mon Sep 17 00:00:00 2001 From: Austin Chen Date: Sat, 18 Dec 2021 15:18:58 -0800 Subject: [PATCH] Disable tsc linting --- web/.husky/pre-commit | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/web/.husky/pre-commit b/web/.husky/pre-commit index 18a34688..4abb3d6f 100755 --- a/web/.husky/pre-commit +++ b/web/.husky/pre-commit @@ -1,5 +1,7 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" -cd web -npx lint-staged +npx pretty-quick --staged +# Disable tsc lint for now, cuz it's been annoying +# cd web +# npx lint-staged