Skip to content

Variable: noWindowNegation

ts
const noWindowNegation: RuleModule<
  "unexpectedNegation",
  [],
  unknown,
  RuleListener
>;

ESLint rule to disallow negation of window and suggest using typeof window === "undefined" instead.