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

    Type Alias RuleId

    RuleId:
        | "duplicate-ids"
        | "prefer-flowchart"
        | "require-direction"
        | "no-experimental"
        | "xychart-missing-x-axis"
        | "xychart-missing-y-axis"
        | "xychart-no-series"
        | "xychart-series-length-mismatch"
        | "radar-no-curves"
        | "radar-curve-length-mismatch"
        | "radar-duplicate-axis"
        | "treemap-zero-value"
        | "treemap-no-leaves"
        | "treemap-duplicate-sibling"
        | "treemap-branch-with-value"
        | "sankey-non-positive-value"
        | "sankey-duplicate-link"
        | "sankey-self-loop"
        | "block-no-blocks"
        | "packet-no-fields"
        | "packet-empty-labels"
        | "architecture-no-elements"
        | "architecture-no-edges"
        | "architecture-duplicate-edge"
        | "no-duplicate-edges"
        | "no-self-loop"
        | "no-empty-labels"
        | "no-orphan-nodes"
        | "no-duplicate-node-declarations"
        | "no-activate-without-deactivate"
        | "prefer-explicit-participants"
        | "sequence-duplicate-participant"
        | "class-duplicate-class"
        | "no-duplicate-methods"
        | "pie-duplicate-label"
        | "pie-zero-value"
        | "pie-no-data"
        | "state-duplicate-state"
        | "state-duplicate-transition"
        | "state-empty-composite"
        | "state-self-transition"
        | "er-duplicate-attribute"
        | "er-duplicate-entity"
        | "er-standalone-entity"
        | "gantt-duplicate-task-id"
        | "gantt-undefined-dependency"
        | "gantt-empty-section"
        | "requirement-duplicate-name"
        | "requirement-duplicate-id"
        | "requirement-undefined-reference"
        | "journey-empty-section"
        | "journey-score-out-of-range"
        | "journey-task-without-actor"
        | "journey-no-tasks"
        | "mindmap-duplicate-sibling"
        | "mindmap-no-nodes"
        | "mindmap-deep-nesting"
        | "timeline-empty-section"
        | "timeline-empty-event"
        | "timeline-no-entries"
        | "gitgraph-duplicate-commit-id"
        | "gitgraph-duplicate-tag"
        | "gitgraph-no-commits"
        | "quadrant-duplicate-point"
        | "quadrant-no-points"
        | "quadrant-missing-x-axis"
        | "quadrant-missing-y-axis"
        | "quadrant-duplicate-quadrant"
        | "c4-duplicate-id"
        | "c4-undefined-relationship-endpoint"
        | "c4-undefined-element-style"
        | "c4-undefined-relationship-style-endpoint"
        | "wardley-undefined-component"
        | "wardley-orphan-component"
        | "wardley-no-components"
        | "wardley-mixed-coordinate-scale"
        | "wardley-duplicate-component"
        | "eventmodeling-undefined-frame"
        | "eventmodeling-duplicate-frame-id"
        | "eventmodeling-invalid-flow"
        | "kanban-duplicate-column"
        | "kanban-duplicate-task-id"
        | "kanban-empty-column"
        | "kanban-no-columns"
        | "venn-duplicate-set"
        | "venn-non-positive-size"
        | "venn-single-set"
        | "venn-self-union"
        | "venn-no-sets"
        | "venn-duplicate-union"
        | "treeview-no-nodes"
        | "treeview-duplicate-sibling"
        | "ishikawa-no-causes"
        | "ishikawa-empty-category"
        | "ishikawa-deep-nesting"
        | "ishikawa-duplicate-sibling"
        | "frontmatter-must-be-first"
        | "suppression-unknown-rule"
        | "suppression-unused"
        | "suppression-malformed"

    Stable id of a semantic rule.