@suluk/eslint - v0.1.0
    Preparing search index...

    Interface CompositionOptions

    interface CompositionOptions {
        budgets?: Partial<Record<Metric, number>>;
        ignoreTags?: string[];
        allowGetStaticPaths?: boolean;
    }
    Index

    Properties

    budgets?: Partial<Record<Metric, number>>

    Max allowed count per metric before it's a violation (default 0 — pure composition).

    ignoreTags?: string[]

    Lowercase tag names NOT counted as native HTML (framework/control elements).

    allowGetStaticPaths?: boolean

    Treat Astro's page-bound getStaticPaths as allowed page-level logic, exempt from the frontmatter budget (default true).