Skip to content
1 min read · 19 words

Variable: thoughtPayloadRequiresReplayTag

ts
const thoughtPayloadRequiresReplayTag: RuleModuleWithName<
  "requireReplayTag",
  [],
  unknown,
  RuleListener
>;

Defined in: src/eslint/rules/thought_payload_requires_replay_tag.ts:40

ESLint rule: flags a Thought constructed with a payload but no replayCompatibility tag.