chore: remove suppressed warnings (#22120)

chore: remove supressed warnings
This commit is contained in:
Min Idzelis
2025-09-17 00:06:27 -04:00
committed by GitHub
parent 29fd981587
commit e6e8ae7c74
2 changed files with 2 additions and 2 deletions

View File

@@ -300,7 +300,7 @@ run = "tsc --noEmit"
depends = "web:svelte-kit-sync"
env._.path = "web/node_modules/.bin"
dir = "web"
run = "svelte-check --no-tsconfig --fail-on-warnings --compiler-warnings 'reactive_declaration_non_reactive_property:ignore' --ignore src/lib/components/timeline/Timeline.svelte"
run = "svelte-check --no-tsconfig --fail-on-warnings"
[tasks."web:checklist"]
run = [