Prettier overwritten changes revert + eslint ignore ui components
Some checks failed
Run Tests on Code / test (push) Failing after 1m53s

This commit is contained in:
Neshura 2024-01-01 20:02:04 +01:00
parent 9d5c6db7da
commit 7740f011bd
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
package-lock.json
yarn.lock
/src/lib/components/ui

View file

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