Compare commits

1 Commits

Author SHA1 Message Date
Tobias Klemp
e05c5bc8ce check api key
Some checks failed
CI / build-and-test (pull_request) Failing after 13m23s
2025-12-07 19:56:38 +01:00

View File

@@ -11,8 +11,8 @@
"check": "./node_modules/@sveltejs/kit/svelte-kit.js sync && ./node_modules/svelte-check/bin/svelte-check --tsconfig ./tsconfig.json",
"check:watch": "./node_modules/@sveltejs/kit/svelte-kit.js sync && svelte-check --tsconfig ./tsconfig.json --watch",
"format": "prettier --write .",
"format:check": "./node_modules/prettier/bin/prettier.cjs . --check",
"lint:check": "./node_modules/oxlint/bin/oxlint ."
"format:check": "prettier --check",
"lint:check": "oxlint ."
},
"devDependencies": {
"@eslint/compat": "^1.4.0",