cel-ts - v0.1.0-alpha
    Preparing search index...

    Type Alias LintRule

    Lint rule implementation.

    type LintRule = {
        apply: (expr: AST["expr"], ctx: LintContext) => void;
        name: string;
    }
    Index

    Properties

    Properties

    apply: (expr: AST["expr"], ctx: LintContext) => void
    name: string