@eagleoutice/flowr - v2.10.1
    Preparing search index...

    Interface ConfiguredLintingRule<Name>

    interface ConfiguredLintingRule<
        Name extends LintingRuleNames = LintingRuleNames,
    > {
        config: DeepPartial<LintingRuleConfig<Name>>;
        name: Name;
    }

    Type Parameters

    Index

    Properties

    Properties

    config: DeepPartial<LintingRuleConfig<Name>>
    name: Name