Skip to content

Svelte Hydration#260

Merged
AlexanderKaran merged 1 commit into
mainfrom
sveltekit-fixes
Jun 28, 2026
Merged

Svelte Hydration#260
AlexanderKaran merged 1 commit into
mainfrom
sveltekit-fixes

Conversation

@AlexanderKaran

Copy link
Copy Markdown
Collaborator

Ensure the navigation to the details page on the SSR tests is fair when compared with other frameworks.

Few lint fixes

Part of #199

@AlexanderKaran AlexanderKaran requested a review from 43081j as a code owner June 27, 2026 04:32
"type-check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
"lint": "pnpm --dir ../.. exec eslint --config packages/app-sveltekit/eslint.config.js packages/app-sveltekit",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

is this because app-sveltekit doesn't itself have ESLint as a devDependency?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Yes a bit naughty.

I could add it though as we don't use the app packages to measure default deps that is what starter is for

@AlexanderKaran AlexanderKaran merged commit f07aa26 into main Jun 28, 2026
4 checks passed
@AlexanderKaran AlexanderKaran deleted the sveltekit-fixes branch June 28, 2026 00:56
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.

2 participants