Skip to content

Commit afffdd0

Browse files
committed
Fix bad json
1 parent 13eb372 commit afffdd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
99
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
1010
"lint": "prettier --check . && eslint .",
11-
"format": "prettier --write .",
11+
"format": "prettier --write ."
1212
},
1313
"devDependencies": {
1414
"@fontsource/fira-mono": "^4.5.10",

0 commit comments

Comments
 (0)