banira
    Preparing search index...

    Function lintManifest

    • Audits each custom element against a subset of the Gold Standard Checklist for Web Components plus documentation-coverage of its public surface. Combines manifest-derived checks (documented events/parts/slots/attributes) with a JSDOM mount probe (attribute↔property reflection, exposed parts/slots, un-overridable :host styles). Returns one LintResult per element; rules are independent and identified by a stable id.

      Parameters

      Returns Promise<LintResult[]>