feature/project-setup #1

Merged
ilia merged 6 commits from feature/project-setup into main 2025-12-30 09:18:09 +00:00
Showing only changes of commit 5c25af3684 - Show all commits

View File

@@ -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