import type { RuleConfig } from '../rule-config'; /** * Option. */ export interface NoConstantConditionOption { checkLoops?: boolean; } /** * Options. */ export type NoConstantConditionOptions = [NoConstantConditionOption?]; /** * Disallow constant expressions in conditions in `