seepuls/.fallowrc.json
Till JS 5545ff746f
Some checks are pending
CI / validate (push) Waiting to run
chore: .fallowrc.json — FP-Suppressions (shared-share-protocol script-dep)
Astro-App, kein toter Code. fallow: No issues.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-04 20:04:10 +02:00

10 lines
309 B
JSON

{
"$schema": "https://raw.githubusercontent.com/fallow-rs/fallow/main/schema.json",
"ignoreDependencies": ["@mana/shared-share-protocol"],
"ignoreUnresolvedImports": ["@mana/themes/*.css"],
"rules": {
"unused-dependencies": "warn",
"unlisted-dependencies": "warn",
"unresolved-imports": "warn"
}
}