Update type fallback and tools.

This commit is contained in:
vorotamoroz
2026-06-19 08:45:37 +01:00
parent 874164ecf5
commit efb6a0a814
346 changed files with 346 additions and 2 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
"lint": "eslint --cache --concurrency auto src",
"svelte-check": "svelte-check --tsconfig ./tsconfig.json",
"tsc-check": "tsc --noEmit",
"pretty:importpath":"cd utilsdeno && deno run -A ./normalise-imports.ts",
"pretty:importpath": "cd utilsdeno && deno run -A ./normalise-imports.ts",
"pretty": "npm run prettyNoWrite -- --write --log-level error",
"prettyCheck": "npm run prettyNoWrite -- --check",
"prettyNoWrite": "prettier --config ./.prettierrc.mjs \"**/*.js\" \"**/*.ts\" \"**/*.json\" ",