Skip to content

Commit

Permalink
🩹 Fix format scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
OLILHR committed Jun 20, 2024
1 parent b729823 commit f8c1ade
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"format": "prettier --write ."
"format": "prettier '**/*.{js,jsx,ts,tsx,html,css,scss,json,yml,md}' --write",
"format:check": "prettier '**/*.{js,jsx,ts,tsx,html,css,scss,json,yml,md}' --check"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.0.0",
Expand Down

0 comments on commit f8c1ade

Please sign in to comment.