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