Skip to content

Commit

Permalink
fix: ensure prettier doesn't process build output or test results of …
Browse files Browse the repository at this point in the history
…test apps (#13058)
  • Loading branch information
dominikg authored Nov 26, 2024
1 parent 7246a54 commit d660ff4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,15 @@
"**/CHANGELOG.md",
"**/vite.config.js.timestamp-*",
"**/.svelte-kit/**",
"**/test-results/**",
"documentation/**/*.md",
"packages/package/test/fixtures/**/expected/**/*",
"packages/package/test/watch/expected/**/*",
"packages/package/test/watch/package/**/*",
"packages/kit/src/core/postbuild/fixtures/**/*"
],
"options": {
"requirePragma": true
"rangeEnd": 0
}
}
]
Expand Down
5 changes: 4 additions & 1 deletion packages/kit/.prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
test/build-errors/apps/syntax-error/src/routes/+page.svelte
/types
src/runtime/components/svelte-5/layout.svelte
src/runtime/components/svelte-5/layout.svelte
.svelte-kit
test-results
/test/apps/basics/test/errors.json

0 comments on commit d660ff4

Please sign in to comment.