Some checks are pending
CI / validate (push) Waiting to run
Astro-App, kein toter Code. fallow: No issues. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
10 lines
309 B
JSON
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"
|
|
}
|
|
}
|