Compare commits

1 Commits

Author SHA1 Message Date
Tobias Klemp
9f66da7904 check api key
All checks were successful
CI / build-and-test (pull_request) Successful in 14m42s
2025-12-07 20:14:00 +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": "prettier --check",
"lint:check": "oxlint ."
"format:check": "./node_modules/prettier/bin/prettier.cjs . --check",
"lint:check": "./node_modules/oxlint/bin/oxlint ."
},
"devDependencies": {
"@eslint/compat": "^1.4.0",