MCPcopy
hub / github.com/angular/components / RuleConfig

Interface RuleConfig

tools/tslint-rules/validateDecoratorsRule.ts:40–47  ·  view source on GitHub ↗

Object that can be used to configured the rule.

Source from the content-addressed store, hash-verified

38
39/** Object that can be used to configured the rule. */
40interface RuleConfig {
41 [key: string]: {
42 argument: number;
43 required?: boolean;
44 properties: {[key: string]: string};
45 excludeFiles?: string[];
46 }[];
47}
48
49/** Represents a set of required and forbidden decorator properties. */
50type DecoratorRuleSet = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…