We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fd7756 commit d5b237aCopy full SHA for d5b237a
sites/svelte.dev/package.json
@@ -13,8 +13,8 @@
13
"start": "node build",
14
"check": "node scripts/update.js && pnpm generate && svelte-kit sync && svelte-check",
15
"check:watch": "svelte-kit sync && svelte-check --watch",
16
- "format": "prettier --check . --ignore-path .gitignore --plugin-search-dir=. --write",
17
- "check:format": "prettier --check . --ignore-path .gitignore --plugin-search-dir=."
+ "format": "prettier --check . --write",
+ "check:format": "prettier --check ."
18
},
19
"dependencies": {
20
"@jridgewell/sourcemap-codec": "^1.4.15",
0 commit comments