Add biome and fix typos

This commit is contained in:
Jade Ellis
2024-09-15 18:07:41 +01:00
parent 9522e043a1
commit 76de8f4137
27 changed files with 223 additions and 102 deletions
+3 -1
View File
@@ -6,9 +6,11 @@
"build": "vite build",
"preview": "vite preview",
"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",
"fix": "biome lint --write . && biome format --write . && biome check . --write"
},
"devDependencies": {
"@biomejs/biome": "1.9.0",
"@bitmachina/highlighter": "1.0.0-alpha.6",
"@fontsource/fira-mono": "^5.0.14",
"@json-feed-types/1_1": "^1.0.2",