import type { RuleConfig } from '../rule-config'; /** * Config. */ export interface ObjectCurlySpacingConfig { arraysInObjects?: boolean; objectsInObjects?: boolean; } /** * Option. */ export type ObjectCurlySpacingOption = 'always' | 'never'; /** * Options. */ export type ObjectCurlySpacingOptions = [ ObjectCurlySpacingOption?, ObjectCurlySpacingConfig?, ]; /** * Enforce consistent spacing inside braces in `