chore/svelte-kit-to-svelte-migration #6

Merged
ilia merged 11 commits from chore/svelte-kit-to-svelte-migration into feature/project-setup 2025-12-30 16:40:56 +00:00
Showing only changes of commit 1a49a7bc34 - Show all commits

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}