We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d9de4f commit d1b5b9eCopy full SHA for d1b5b9e
packages/rule-tester/src/FlatRuleTester.ts
@@ -520,7 +520,10 @@ export class FlatRuleConfig<
520
);
521
});
522
}
523
-
+ /**
524
+ * Gets all configurations and the associated rule from a rule instance
525
+ * Is a symbol to prevent cluttering up available methods
526
+ */
527
[DATA](): {
528
configurations: FlatRuleConfiguration<MessageIds, Options>[];
529
rule: RuleModule<MessageIds, Options>;
@@ -585,6 +588,10 @@ export class FlatRuleConfiguration<
585
588
return this;
586
589
587
590
591
592
+ * Gets all samples and configuration from a configuration instance
593
594
595
596
valid: ValidSample[];
597
invalid: InvalidSample<MessageIds>[];
0 commit comments