mirror of
https://github.com/immich-app/immich.git
synced 2025-09-29 15:31:13 -04:00
chore: remove suppressed warnings (#22120)
chore: remove supressed warnings
This commit is contained in:
parent
29fd981587
commit
e6e8ae7c74
@ -300,7 +300,7 @@ run = "tsc --noEmit"
|
|||||||
depends = "web:svelte-kit-sync"
|
depends = "web:svelte-kit-sync"
|
||||||
env._.path = "web/node_modules/.bin"
|
env._.path = "web/node_modules/.bin"
|
||||||
dir = "web"
|
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"]
|
[tasks."web:checklist"]
|
||||||
run = [
|
run = [
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
"build:stats": "BUILD_STATS=true vite build",
|
"build:stats": "BUILD_STATS=true vite build",
|
||||||
"package": "svelte-kit package",
|
"package": "svelte-kit package",
|
||||||
"preview": "vite preview",
|
"preview": "vite preview",
|
||||||
"check:svelte": "svelte-check --no-tsconfig --fail-on-warnings --compiler-warnings 'reactive_declaration_non_reactive_property:ignore' --ignore src/lib/components/timeline/Timeline.svelte",
|
"check:svelte": "svelte-check --no-tsconfig --fail-on-warnings",
|
||||||
"check:typescript": "tsc --noEmit",
|
"check:typescript": "tsc --noEmit",
|
||||||
"check:watch": "npm run check:svelte -- --watch",
|
"check:watch": "npm run check:svelte -- --watch",
|
||||||
"check:code": "npm run format && npm run lint:p && npm run check:svelte && npm run check:typescript",
|
"check:code": "npm run format && npm run lint:p && npm run check:svelte && npm run check:typescript",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user