Skip to content

feat(eslint): add recommendedTypeChecked config#943

Draft
jycouet wants to merge 5 commits intomainfrom
feat/type-checked
Draft

feat(eslint): add recommendedTypeChecked config#943
jycouet wants to merge 5 commits intomainfrom
feat/type-checked

Conversation

@jycouet
Copy link
Contributor

@jycouet jycouet commented Feb 23, 2026

Closes #938

@jycouet jycouet changed the title Feat/type checked feat(eslint): add recommendedTypeChecked config Feb 23, 2026
Comment on lines 1 to +5
<script lang="ts">
import type { Snippet } from 'svelte';
import favicon from '$lib/assets/favicon.svg';

let { children } = $props();
let { children }: { children: Snippet } = $props();
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure we want this. I'll dig later.

Comment on lines +446 to 447
<!-- eslint-disable @typescript-eslint/no-unsafe-member-access -->
<h1>Hi, {data.user.name}!</h1>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To check

Comment on lines +190 to 191
<!-- eslint-disable-next-line svelte/no-navigation-without-resolve -->
<a href={localizeHref(page.url.pathname, { locale })}>{locale}</a>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should work with resolve ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Consider using recommendedTypeChecked with typescript-eslint

1 participant