For AI agents: the complete documentation index is available at https://mfdoctor.kevinbeier.com/1.0.0/de/llms.txt, the full documentation bundle is available at https://mfdoctor.kevinbeier.com/1.0.0/de/llms-full.txt, and this page is available as Markdown at https://mfdoctor.kevinbeier.com/1.0.0/de/rules/config/transform-import-share-conflict.md.

Dies ist die deutsche MFDoctor-Dokumentation. Technische Bezeichner, CLI-Flags, Regel-IDs und Codebeispiele bleiben unverändert, damit die Inhalte zwischen den Sprachen vollständig kompatibel bleiben. Verwenden Sie den Sprachumschalter für die kanonische englische Fassung.

config/transform-import-share-conflict

  • Kategorie: correctness
  • Standardschweregrad: warning

Problem

transformImport (or equivalent) can rewrite packages that are also shared, bypassing or duplicating the share scope.

So beheben Sie das Problem

Remove the rewrite, exclude the package from shared, or allowlist intentional bypasses via allowPackages.

Suppress or retarget with rules["config/transform-import-share-conflict"] set to "off" or a severity — see Suppressions and allowlists.

Quellen