fix(setup): Fix lefthook config
This commit is contained in:
@@ -14,10 +14,10 @@ pre-push:
|
|||||||
parallel: true
|
parallel: true
|
||||||
commands:
|
commands:
|
||||||
type-check:
|
type-check:
|
||||||
run: tsc --noEmit
|
run: yarn tsc --noEmit
|
||||||
|
|
||||||
svelte-check:
|
svelte-check:
|
||||||
run: svelte-check --threshold warning
|
run: yarn svelte-check --threshold warning
|
||||||
|
|
||||||
format-check:
|
format-check:
|
||||||
run: yarn dprint check
|
run: yarn dprint check
|
||||||
|
|||||||
Reference in New Issue
Block a user