import type { RuleConfig } from '../rule-config'; /** * Option. */ export type MultilineTernaryOption = 'always' | 'always-multiline' | 'never'; /** * Options. */ export type MultilineTernaryOptions = [MultilineTernaryOption?]; /** * Enforce newlines between operands of ternary expressions in `