Prettier overwritten changes revert + eslint ignore ui components

This commit is contained in:
Neshura 2024-01-01 20:02:04 +01:00
parent eeaeca1006
commit 8aa858a49e
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
2 changed files with 5 additions and 1 deletions

View file

@ -11,3 +11,5 @@ node_modules
pnpm-lock.yaml pnpm-lock.yaml
package-lock.json package-lock.json
yarn.lock yarn.lock
/src/lib/components/ui

View file

@ -12,7 +12,9 @@
<Button <Button
variant="ghost" variant="ghost"
href="/" href="/"
class="{button} + {$page.url.pathname === '/' ? 'border-primary text-primary' : 'text-accent'}" class="{button} + {$page.url.pathname === '/'
? 'border-primary text-primary'
: 'text-accent'}"
> >
Home Home
</Button> </Button>