Disable tsc linting
This commit is contained in:
parent
191742c88f
commit
95e7b0970d
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
. "$(dirname "$0")/_/husky.sh"
|
. "$(dirname "$0")/_/husky.sh"
|
||||||
|
|
||||||
cd web
|
npx pretty-quick --staged
|
||||||
npx lint-staged
|
# Disable tsc lint for now, cuz it's been annoying
|
||||||
|
# cd web
|
||||||
|
# npx lint-staged
|
||||||
|
|
Loading…
Reference in New Issue
Block a user