fix(setup): Fix pre-push lint and format from all files to push_files #4

Merged
ilia merged 1 commits from fixes/lefthook-config into main 2025-12-30 10:31:04 +00:00

View File

@@ -20,7 +20,9 @@ pre-push:
run: yarn svelte-check --threshold warning
format-check:
run: yarn dprint check
glob: "*.{ts,js,svelte,json,md}"
run: yarn dprint check {push_files}
lint-full:
run: yarn oxlint .
glob: "*.{ts,js,svelte}"
run: yarn oxlint {push_files}