problem: no format code

This commit is contained in:
Bob
2024-07-11 11:27:04 +08:00
parent c4379ba7bf
commit 32324b265f
5 changed files with 558 additions and 1 deletions

View File

@@ -9,7 +9,8 @@
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check .",
"format": "prettier --write ."
"format": "prettier --write .",
"prepare": "husky"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.0.0",
@@ -21,6 +22,8 @@
"flowbite": "^2.3.0",
"flowbite-svelte": "^0.46.14",
"flowbite-svelte-icons": "^1.6.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"postcss": "^8.4.38",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",