Skip to content

Commit

Permalink
feat: SvelteKit previews (#14)
Browse files Browse the repository at this point in the history
* feat: experimental preview support

* fix: update `redirectToPreview` return value

* docs: add docs for `enableAutoPreviews()`

* fix: add types for `/kit` entry

* chore(deps): update dependencies
  • Loading branch information
angeloashmore committed Oct 3, 2023
1 parent 65b0e7f commit 3460881
Show file tree
Hide file tree
Showing 9 changed files with 1,667 additions and 892 deletions.
4 changes: 2 additions & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"plugins": [
"prettier-plugin-jsdoc",
"prettier-plugin-svelte",
"@trivago/prettier-plugin-sort-imports"
"@trivago/prettier-plugin-sort-imports",
"prettier-plugin-jsdoc"
],
"jsdocCapitalizeDescription": false,
"jsdocSeparateReturnsFromParam": true,
Expand Down
Loading

0 comments on commit 3460881

Please sign in to comment.