Skip to content

Instantly share code, notes, and snippets.

@fubits1
Created March 31, 2026 12:24
Show Gist options
  • Select an option

  • Save fubits1/b2fbd8a6a530cc7853846d55d2059e3a to your computer and use it in GitHub Desktop.

Select an option

Save fubits1/b2fbd8a6a530cc7853846d55d2059e3a to your computer and use it in GitHub Desktop.
SvelteKit Knip 6 config
{
"$schema": "https://unpkg.com/knip@6/schema.json",
"entry": ["src/lib/server/**/*.remote.js"],
"ignore": ["docs/**"],
"ignoreDependencies": ["@vitest/browser", "latex.css"],
"ignoreBinaries": ["nixpacks", "tsc"],
"ignoreIssues": {
"src/tests/landing-links.test.ts": ["unlisted"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment