Skip to content

Commit

Permalink
chore: fix linting and ignore changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
Shtian committed Mar 19, 2024
1 parent fb3ea32 commit 1adc87d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ node_modules
pnpm-lock.yaml
package-lock.json
yarn.lock
.changeset/*.md
1 change: 0 additions & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import Header from '$lib/components/Header.svelte';
import Toast from '$lib/components/toast/Toast.svelte';
import { page } from '$app/stores';
import { NotebookText } from 'lucide-svelte';
import Footer from '$lib/components/Footer.svelte';
export let data;
Expand Down

0 comments on commit 1adc87d

Please sign in to comment.