import type { RuleConfig } from '../rule-config'; /** * Option. */ export interface ArrowSpacingOption { before?: boolean; after?: boolean; } /** * Options. */ export type ArrowSpacingOptions = [ArrowSpacingOption?]; /** * Enforce consistent spacing before and after the arrow in arrow functions in `