Skip to content
1 min read · 17 words

Variable: tokenEncodingRequiresContextWindow

ts
const tokenEncodingRequiresContextWindow: RuleModuleWithName<
  "requireContextWindow",
  [],
  unknown,
  RuleListener
>;

Defined in: src/eslint/rules/token_encoding_requires_context_window.ts:37

ESLint rule: flags setting a tokenEncoding without also setting a contextWindow.