Some checks are pending
CI / validate (push) Waiting to run
event-kit nicht direkt importiert (Phase-eta-0-Skelett, server-auth). .fallowrc.json: peer/virtual/script-FP-Deps + Konventions-Exports. fallow: No issues; svelte-check: 0 Fehler. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
32 lines
641 B
JSON
32 lines
641 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/fallow-rs/fallow/main/schema.json",
|
|
"ignoreDependencies": ["@stripe/stripe-js", "workbox-window", "@mana/shared-share-protocol"],
|
|
"ignoreUnresolvedImports": ["@mana/themes/*.css"],
|
|
"ignoreExports": [
|
|
{
|
|
"file": "apps/web/src/routes/**",
|
|
"exports": [
|
|
"prerender",
|
|
"entries",
|
|
"config",
|
|
"ssr",
|
|
"csr",
|
|
"trailingSlash",
|
|
"load",
|
|
"actions",
|
|
"GET",
|
|
"POST",
|
|
"PUT",
|
|
"PATCH",
|
|
"DELETE",
|
|
"OPTIONS",
|
|
"HEAD"
|
|
]
|
|
}
|
|
],
|
|
"rules": {
|
|
"unused-dependencies": "warn",
|
|
"unlisted-dependencies": "warn",
|
|
"unresolved-imports": "warn"
|
|
}
|
|
}
|