- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 63
Open
Labels
Description
The demo template now has multiple ESLint errors.
Caused by [email protected] update.
<!-- Found a link with a url that isn't resolved -->
<a href="/">Home</a>
<a href="/about">About</a>
<a href="/sverdle">Sverdle</a>pnpm dlx sv create .┌  Welcome to the Svelte CLI! (v0.9.4)
│
◇  Which template would you like?
│  SvelteKit demo
│
◇  Add type checking with TypeScript?
│  Yes, using TypeScript syntax
│
◆  Project created
│
◇  What would you like to add to your project? (use arrow keys / space bar)
│  eslint
│
◆  Successfully setup add-ons
│
◇  Which package manager do you want to install dependencies with?
│  pnpm
D:\_\src\routes\Header.svelte
  20:14  error  Found a link with a url that isn't resolved  svelte/no-navigation-without-resolve
  23:14  error  Found a link with a url that isn't resolved  svelte/no-navigation-without-resolve
  26:14  error  Found a link with a url that isn't resolved  svelte/no-navigation-without-resolve
D:\_\src\routes\about\+page.svelte
  23:16  error  Found a link with a url that isn't resolved  svelte/no-navigation-without-resolve
D:\_\src\routes\sverdle\+page.svelte
  107:31  error  Found a link with a url that isn't resolved  svelte/no-navigation-without-resolve
✖ 5 problems (5 errors, 0 warnings)