Skip to content

Commit

Permalink
wow
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte committed Oct 24, 2024
1 parent 096d6d8 commit ec9454f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ sites/docs/other/themes/dark.json
sites/docs/other/themes/light.json
sites/docs/static
sites/docs/.velite
sites/docs/src/__registry__
packages/cli/test/fixtures
.svelte-kit
2 changes: 2 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ export default tseslint.config(
"dist/",
".svelte-kit/**/*",
"sites/docs/.svelte-kit/**/*",
".svelte-kit",
"playgrounds/**/*",
],
}
);
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,4 @@
let { title, description, source, component, radix }: Props = $props();
</script>

<!-- svelte-ignore slot_element_deprecated -->
<slot {title} {description} {source} {component} {radix} />

0 comments on commit ec9454f

Please sign in to comment.