Fix 3-col calculator labelling and add lint

This commit is contained in:
Codex Agent
2026-03-08 03:20:08 +00:00
parent c7dda1f142
commit c68ad9704e
4 changed files with 56 additions and 7 deletions

View File

@@ -10,7 +10,8 @@
"start": "node build",
"prepare": "svelte-kit sync || echo ''",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint:3col": "node scripts/lint-3col.mjs"
},
"devDependencies": {
"@sveltejs/adapter-node": "^5.5.4",