herbatrium/.fallowrc.json
Till JS 6c0dc37762
Some checks are pending
CI / validate (push) Waiting to run
chore: tote Dep @mana/event-kit entfernen + .fallowrc
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>
2026-06-04 20:04:09 +02:00

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"
}
}