Functioneslint-configv2.1.0resolveSharedTailwindEntryResolves a Tailwind entry CSS path for a package that does not ship its own globals.css, so the canonical-class rules can borrow a sibling app's entry. resolveSharedTailwindEntry( packageRoot: string, candidates: string[] ): string | undefinedParamspackageRootpackageRoot: stringAbsolute path to the consuming package's root (typically import.meta.dirname). candidatescandidates: string[]Relative paths tried in order, first existing wins.
packageRootpackageRoot: stringAbsolute path to the consuming package's root (typically import.meta.dirname).