@mermaid-lint/core
    Preparing search index...

    Type Alias RuleSeverity

    RuleSeverity: "off" | "warn" | "error"

    Severity a rule can be configured to: off disables it, warn reports a non-fatal finding, error reports a finding that fails the run (exit 1) regardless of strict.